summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/urlmon_moniker_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/urlmon_moniker_unittest.cc')
-rw-r--r--chrome_frame/test/urlmon_moniker_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/test/urlmon_moniker_unittest.cc b/chrome_frame/test/urlmon_moniker_unittest.cc
index 1e1126b..4480e43 100644
--- a/chrome_frame/test/urlmon_moniker_unittest.cc
+++ b/chrome_frame/test/urlmon_moniker_unittest.cc
@@ -31,7 +31,7 @@ class MonikerPatchTest : public testing::Test {
bool ReadFileAsString(const wchar_t* file_name, std::string* file_contents) {
EXPECT_TRUE(file_name);
- FilePath file_path = test_file_path_.Append(file_name);
+ base::FilePath file_path = test_file_path_.Append(file_name);
return file_util::ReadFileToString(file_path, file_contents);
}
@@ -60,7 +60,7 @@ class MonikerPatchTest : public testing::Test {
return result;
}
- FilePath test_file_path_;
+ base::FilePath test_file_path_;
ScopedVirtualizeHklmAndHkcu virtualized_registry_;
};