| Index: chrome/tools/crash_service/main.cc
|
| diff --git a/chrome/tools/crash_service/main.cc b/chrome/tools/crash_service/main.cc
|
| index 9fd9e87c1f8caac5a8bbf3977acc2669bef4c073..bb684bbd0b8e911bdeb34177cfa7d945d8a4c105 100644
|
| --- a/chrome/tools/crash_service/main.cc
|
| +++ b/chrome/tools/crash_service/main.cc
|
| @@ -21,7 +21,7 @@ const wchar_t kStandardLogFile[] = L"operation_log.txt";
|
|
|
| bool GetCrashServiceDirectory(base::FilePath* dir) {
|
| base::FilePath temp_dir;
|
| - if (!file_util::GetTempDir(&temp_dir))
|
| + if (!base::GetTempDir(&temp_dir))
|
| return false;
|
| temp_dir = temp_dir.Append(L"chrome_crashes");
|
| if (!base::PathExists(temp_dir)) {
|
|
|