Link to Builder:
================
https://uberchromegw.corp.google.com/i/official.desktop.continuous/builders/mac%20trunk/builds/46290
Link to Log File:
=================
https://uberchromegw.corp.google.com/i/official.desktop.continuous/builders/mac%20trunk/builds/46290/steps/compile/logs/stdio
Error from the log:
===================
FAILED: obj/remoting/host/mac/remoting_host_prefpane/me2me_preference_pane.o
export DEVELOPER_DIR=/b/build/slave/mac_trunk/build/src/build/mac_files/Xcode.app; ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/remoting/host/mac/remoting_host_prefpane/me2me_preference_pane.o.d -DV8_DEPRECATION_WARNINGS -DNO_TCMALLOC -DUSE_EXTERNAL_POPUP_MENU=1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DGOOGLE_CHROME_BUILD -DENABLE_MEDIA_ROUTER=1 -DCR_CLANG_REVISION=\"296320-1\" -DCR_XCODE_VERSION=0511 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -I../.. -Igen -I../../third_party/khronos -I../../gpu -I../../third_party/protobuf/src -Igen/protoc_out -I../../third_party/protobuf/src -I../../third_party/boringssl/src/include -I../../third_party/jsoncpp/overrides/include -I../../third_party/jsoncpp/source/include -fno-strict-aliasing -fstack-protector -fcolor-diagnostics -arch x86_64 -Wall -Werror -Wextra -Wpartial-availability -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-deprecated-register -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -Wno-shift-negative-value -Wno-undefined-var-template -Wno-nonportable-include-path -Wno-address-of-packed-member -Wno-block-capture-autoreleasing -Wno-unused-lambda-capture -Wno-user-defined-warnings -O2 -gdwarf-2 -fno-standalone-debug -isysroot /b/build/slave/mac_trunk/build/src/build/mac_files/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -mmacosx-version-min=10.9 -fvisibility=hidden -Xclang -load -Xclang ../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.dylib -Xclang -add-plugin -Xclang find-bad-constructs -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -fvisibility-inlines-hidden -std=c++11 -stdlib=libc++ -fobjc-call-cxx-cdtors -Wobjc-missing-property-synthesis -fno-rtti -fno-exceptions -c ../../remoting/host/mac/me2me_preference_pane.mm -o obj/remoting/host/mac/remoting_host_prefpane/me2me_preference_pane.o
../../remoting/host/mac/me2me_preference_pane.mm:39:14: error: no member named 'GetTempPath' in namespace 'base'; did you mean 'GetTempDir'?
if (!base::GetTempPath(&ret)) {
~~~~~~^~~~~~~~~~~
GetTempDir
../../base/files/file_util.h:219:18: note: 'GetTempDir' declared here
BASE_EXPORT bool GetTempDir(FilePath* path);
^
Suspecting below change could be a possible culprit:
https://chromium.googlesource.com/chromium/src/+/7b5db573b3ebbc32ee4608163b9ba7e68750ee9a
@ iannucci: Assigning to you, kindly take a look into it.
Comment 1 by ranjitkan@chromium.org
, Mar 1 2017