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

Unified Diff: chrome_frame/test/test_scrubber.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/simple_resource_loader_test.cc ('k') | chrome_frame/test/test_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/test_scrubber.cc
diff --git a/chrome_frame/test/test_scrubber.cc b/chrome_frame/test/test_scrubber.cc
index 5c19b8e2bb170367d1ad243d3d7b2d94fedd94a4..a927d70f6049f1e5f21a8c5c783699f9b71cb973 100644
--- a/chrome_frame/test/test_scrubber.cc
+++ b/chrome_frame/test/test_scrubber.cc
@@ -107,7 +107,7 @@ void TestScrubber::CleanUpFromTestRun() {
ASCIIToWide(switches::kChromeFrame));
// Delete the user data directory.
- FilePath data_directory(data_directory_override_.empty() ?
+ base::FilePath data_directory(data_directory_override_.empty() ?
default_data_directory_ :
data_directory_override_);
« no previous file with comments | « chrome_frame/test/simple_resource_loader_test.cc ('k') | chrome_frame/test/test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698