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 a0cd2c5039c6b61b9d2ae7671d18713864a243a2..9234160d189ac86e367143def11f899daf206d7d 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(); |