Index: chrome/common/service_process_util_unittest.cc |
diff --git a/chrome/common/service_process_util_unittest.cc b/chrome/common/service_process_util_unittest.cc |
index 3f3d063ec5e35d7c3475649429fe7610d3defdb6..92c5340e67b536961ed41e54924539ff521ef09e 100644 |
--- a/chrome/common/service_process_util_unittest.cc |
+++ b/chrome/common/service_process_util_unittest.cc |
@@ -302,7 +302,7 @@ void DeleteFunc(const base::FilePath& file) { |
} |
void MoveFunc(const base::FilePath& from, const base::FilePath& to) { |
- EXPECT_TRUE(file_util::Move(from, to)); |
+ EXPECT_TRUE(base::Move(from, to)); |
} |
void ChangeAttr(const base::FilePath& from, int mode) { |