Index: chrome_frame/test/util_unittests.cc |
diff --git a/chrome_frame/test/util_unittests.cc b/chrome_frame/test/util_unittests.cc |
index 9700144f420a71d24be7f804ae5318ba6c60d0e5..f952dcf5325cf0af005cdb14097d08360a086278 100644 |
--- a/chrome_frame/test/util_unittests.cc |
+++ b/chrome_frame/test/util_unittests.cc |
@@ -24,7 +24,7 @@ const wchar_t kSuffix[] = L"-fix"; |
// Registry override in the UtilsTest will cause shell APIs to fail |
// So separate this test from the rest |
TEST(SimpleUtilTests, GetTempInternetFiles) { |
- FilePath path = GetIETemporaryFilesFolder(); |
+ base::FilePath path = GetIETemporaryFilesFolder(); |
EXPECT_FALSE(path.empty()); |
} |
@@ -51,7 +51,7 @@ TEST_F(UtilTests, GetModuleVersionTest) { |
// Use the method that goes to disk |
scoped_ptr<FileVersionInfo> base_info( |
- FileVersionInfo::CreateFileVersionInfo(FilePath(path))); |
+ FileVersionInfo::CreateFileVersionInfo(base::FilePath(path))); |
EXPECT_TRUE(base_info.get() != NULL); |
// Use the method that doesn't go to disk |