Index: chrome/browser/component_updater/swiftshader_component_installer.cc |
diff --git a/chrome/browser/component_updater/swiftshader_component_installer.cc b/chrome/browser/component_updater/swiftshader_component_installer.cc |
index b4a46501e60aed4b359b49ca51736f6adc39fb96..9aa42e0753ebe89e856267db382a6acbb6f6c3d8 100644 |
--- a/chrome/browser/component_updater/swiftshader_component_installer.cc |
+++ b/chrome/browser/component_updater/swiftshader_component_installer.cc |
@@ -143,7 +143,7 @@ bool SwiftShaderComponentInstaller::Install( |
GetSwiftShaderBaseDirectory().AppendASCII(version.GetString()); |
if (file_util::PathExists(path)) |
return false; |
- if (!file_util::Move(unpack_path, path)) |
+ if (!base::Move(unpack_path, path)) |
return false; |
// Installation is done. Now tell the rest of chrome. |
current_version_ = version; |