Index: chrome_frame/test/dll_redirector_loading_test.cc |
diff --git a/chrome_frame/test/dll_redirector_loading_test.cc b/chrome_frame/test/dll_redirector_loading_test.cc |
index b0c57608bdf0051b447a6abe6634374ba77edd4f..b3cea3decd57811cd9861a2d7d2e1cd1bf5066c6 100644 |
--- a/chrome_frame/test/dll_redirector_loading_test.cc |
+++ b/chrome_frame/test/dll_redirector_loading_test.cc |
@@ -93,8 +93,8 @@ class DllRedirectorLoadingTest : public testing::Test { |
ASSERT_TRUE(file_util::CreateDirectory(new_version_dir)); |
new_chrome_frame_dll_ = |
new_version_dir.Append(build_chrome_frame_dll.BaseName()); |
- ASSERT_TRUE(file_util::Move(temporary_new_chrome_frame_dll, |
- new_chrome_frame_dll_)); |
+ ASSERT_TRUE(base::Move(temporary_new_chrome_frame_dll, |
+ new_chrome_frame_dll_)); |
ASSERT_TRUE(file_util::PathExists(new_chrome_frame_dll_)); |
} |