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

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

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.cc
diff --git a/chrome/browser/system_monitor/test_removable_storage_notifications.cc b/chrome/browser/system_monitor/test_removable_storage_notifications.cc
index c499ae234f41f156ce988c16e2b070aef368ffbf..f9bdf1fddc8fa39d926407ddfcb7aa2eff3619b3 100644
--- a/chrome/browser/system_monitor/test_removable_storage_notifications.cc
+++ b/chrome/browser/system_monitor/test_removable_storage_notifications.cc
@@ -25,7 +25,7 @@ bool TestRemovableStorageNotifications::GetDeviceInfoForPath(
}
uint64 TestRemovableStorageNotifications::GetStorageSize(
- const FilePath::StringType& location) const {
+ const base::FilePath::StringType& location) const {
return 0;
}
@@ -41,7 +41,7 @@ bool TestRemovableStorageNotifications::GetMTPStorageInfoFromDeviceId(
void TestRemovableStorageNotifications::ProcessAttach(
const std::string& id,
const string16& name,
- const FilePath::StringType& location) {
+ const base::FilePath::StringType& location) {
receiver()->ProcessAttach(id, name, location);
}

Powered by Google App Engine
This is Rietveld 408576698