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

Unified Diff: chrome/browser/system_monitor/test_removable_storage_notifications.h

Issue 12286020: Replace FilePath with base::FilePath. (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
Index: chrome/browser/system_monitor/test_removable_storage_notifications.h
diff --git a/chrome/browser/system_monitor/test_removable_storage_notifications.h b/chrome/browser/system_monitor/test_removable_storage_notifications.h
index 34e1692bbb070368cfd1e2eb7c94aee2436a5d53..43fdc0b65ef87acaa128bb4993e5a4f652f061a6 100644
--- a/chrome/browser/system_monitor/test_removable_storage_notifications.h
+++ b/chrome/browser/system_monitor/test_removable_storage_notifications.h
@@ -40,7 +40,7 @@ class TestRemovableStorageNotifications
// get rid of ProcessAttach/ProcessDetach here.
void ProcessAttach(const std::string& id,
const string16& name,
- const FilePath::StringType& location);
+ const base::FilePath::StringType& location);
void ProcessDetach(const std::string& id);

Powered by Google App Engine
This is Rietveld 408576698