| Index: chrome/browser/extensions/platform_app_browsertest.cc
|
| diff --git a/chrome/browser/extensions/platform_app_browsertest.cc b/chrome/browser/extensions/platform_app_browsertest.cc
|
| index 28168bbb9c799a62f517ff005b78031bb387bdcd..459aee0ee21fd130c3c6e99733a82ec9fa6f482e 100644
|
| --- a/chrome/browser/extensions/platform_app_browsertest.cc
|
| +++ b/chrome/browser/extensions/platform_app_browsertest.cc
|
| @@ -111,7 +111,7 @@ bool CopyTestDataAndSetCommandLineArg(
|
| const char* filename) {
|
| base::FilePath path = temp_dir.AppendASCII(
|
| filename).NormalizePathSeparators();
|
| - if (!(file_util::CopyFile(test_data_file, path)))
|
| + if (!(base::CopyFile(test_data_file, path)))
|
| return false;
|
|
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
|
|