| Index: chrome_frame/chrome_frame_reporting.cc
|
| diff --git a/chrome_frame/chrome_frame_reporting.cc b/chrome_frame/chrome_frame_reporting.cc
|
| index 0a0608a7bd5ae143c4c820285d8c79f65847488b..ead924a29f211146eea2f2a18fd08065ecfa02bd 100644
|
| --- a/chrome_frame/chrome_frame_reporting.cc
|
| +++ b/chrome_frame/chrome_frame_reporting.cc
|
| @@ -66,7 +66,7 @@ bool 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 false;
|
|
|
| wchar_t dll_path[MAX_PATH * 2] = {0};
|
|
|