Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: chrome_frame/test/dll_redirector_loading_test.cc

Issue 18332014: Move Copy* into the base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b3cea3decd57811cd9861a2d7d2e1cd1bf5066c6..761b86ccb6394e83a84417b41e75feb312c2363e 100644
--- a/chrome_frame/test/dll_redirector_loading_test.cc
+++ b/chrome_frame/test/dll_redirector_loading_test.cc
@@ -61,7 +61,7 @@ class DllRedirectorLoadingTest : public testing::Test {
// folder.
original_chrome_frame_dll_ =
original_version_dir.Append(build_chrome_frame_dll.BaseName());
- ASSERT_TRUE(file_util::CopyFile(build_chrome_frame_dll,
+ ASSERT_TRUE(base::CopyFile(build_chrome_frame_dll,
original_chrome_frame_dll_));
ASSERT_TRUE(file_util::PathExists(original_chrome_frame_dll_));

Powered by Google App Engine
This is Rietveld 408576698