| Index: chrome/browser/net/net_log_temp_file.cc
|
| diff --git a/chrome/browser/net/net_log_temp_file.cc b/chrome/browser/net/net_log_temp_file.cc
|
| index 3b250832c491737d840d997feeb08713b2294646..f68528b79dab72a5e9f779359bcbd7e3b20e784f 100644
|
| --- a/chrome/browser/net/net_log_temp_file.cc
|
| +++ b/chrome/browser/net/net_log_temp_file.cc
|
| @@ -147,7 +147,7 @@ bool NetLogTempFile::GetNetExportLog() {
|
|
|
| bool NetLogTempFile::GetNetExportLogDirectory(base::FilePath* path) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE_USER_BLOCKING));
|
| - return file_util::GetTempDir(path);
|
| + return base::GetTempDir(path);
|
| }
|
|
|
| bool NetLogTempFile::NetExportLogExists() {
|
|
|