| Index: chrome/browser/google_apis/test_util.cc
|
| diff --git a/chrome/browser/google_apis/test_util.cc b/chrome/browser/google_apis/test_util.cc
|
| index e1d18fcdd9473da03f3a1808f5240eabe475d9d2..84d0ae34f3b8d9c1864d78e2595a45f7803be581 100644
|
| --- a/chrome/browser/google_apis/test_util.cc
|
| +++ b/chrome/browser/google_apis/test_util.cc
|
| @@ -65,7 +65,7 @@ bool CreateFileOfSpecifiedSize(const base::FilePath& temp_dir,
|
| size_t size,
|
| base::FilePath* path,
|
| std::string* data) {
|
| - if (!file_util::CreateTemporaryFileInDir(temp_dir, path))
|
| + if (!base::CreateTemporaryFileInDir(temp_dir, path))
|
| return false;
|
|
|
| if (size == 0) {
|
|
|