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

Unified Diff: chrome_frame/test/urlmon_moniker_unittest.cc

Issue 12211108: Rename FilePath -> base::FilePath in various toplevel directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
« no previous file with comments | « chrome_frame/test/ui_test.cc ('k') | chrome_frame/test/util_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/urlmon_moniker_unittest.cc
diff --git a/chrome_frame/test/urlmon_moniker_unittest.cc b/chrome_frame/test/urlmon_moniker_unittest.cc
index 1e1126baa7d9a7548f144e4b73b124b94c228331..4480e43e155ffcb9c30f7ab749e2b2e60b228b81 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_;
};
« no previous file with comments | « chrome_frame/test/ui_test.cc ('k') | chrome_frame/test/util_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698