Index: chrome/browser/extensions/sandboxed_unpacker_unittest.cc |
diff --git a/chrome/browser/extensions/sandboxed_unpacker_unittest.cc b/chrome/browser/extensions/sandboxed_unpacker_unittest.cc |
index 092f8f49e2ebea6aac64a63537ff64a158fabf53..5fde0f700edce07a8f90869c29ceb0f37cba783a 100644 |
--- a/chrome/browser/extensions/sandboxed_unpacker_unittest.cc |
+++ b/chrome/browser/extensions/sandboxed_unpacker_unittest.cc |
@@ -88,7 +88,7 @@ class SandboxedUnpackerTest : public testing::Test { |
// CRX to the temp directory, and create a subdirectory into which to |
// unpack it. |
base::FilePath crx_path = temp_dir_.path().AppendASCII(crx_name); |
- ASSERT_TRUE(file_util::CopyFile(original_path, crx_path)) << |
+ ASSERT_TRUE(base::CopyFile(original_path, crx_path)) << |
"Original path: " << original_path.value() << |
", Crx path: " << crx_path.value(); |