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