Index: chrome/browser/extensions/sandboxed_unpacker.cc |
diff --git a/chrome/browser/extensions/sandboxed_unpacker.cc b/chrome/browser/extensions/sandboxed_unpacker.cc |
index 91b4cbc4d29a4cdaa293d308065ff0e6e1f89b87..765bcdbd2aceb528cf1650d9f53e0d810f68cc0e 100644 |
--- a/chrome/browser/extensions/sandboxed_unpacker.cc |
+++ b/chrome/browser/extensions/sandboxed_unpacker.cc |
@@ -246,7 +246,7 @@ void SandboxedUnpacker::Start() { |
PATH_LENGTH_HISTOGRAM("Extensions.SandboxUnpackTempCrxPathLength", |
temp_crx_path); |
- if (!file_util::CopyFile(crx_path_, temp_crx_path)) { |
+ if (!base::CopyFile(crx_path_, temp_crx_path)) { |
// Failed to copy extension file to temporary directory. |
ReportFailure( |
FAILED_TO_COPY_EXTENSION_FILE_TO_TEMP_DIRECTORY, |