| 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);
|
| }
|
|
|
|
|