Index: chrome/installer/setup/setup_main.cc |
diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc |
index 9ffc986279f0534a5ddc63e3bc7b722a7ee72ca3..dc2bec6c4a79cf0e71c3a102613227ec6c8c88c7 100644 |
--- a/chrome/installer/setup/setup_main.cc |
+++ b/chrome/installer/setup/setup_main.cc |
@@ -1339,7 +1339,7 @@ google_breakpad::ExceptionHandler* InitializeCrashReporting( |
// Get the alternate dump directory. We use the temp path. |
base::FilePath temp_directory; |
- if (!file_util::GetTempDir(&temp_directory) || temp_directory.empty()) |
+ if (!base::GetTempDir(&temp_directory) || temp_directory.empty()) |
return NULL; |
wchar_t exe_path[MAX_PATH * 2] = {0}; |