| Index: chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
|
| diff --git a/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc b/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
|
| index 527fd9441c877f8d4230064e3868d5336a2adf3f..bb0cad64507f11fe726f2ca7748112f886510351 100644
|
| --- a/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
|
| +++ b/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
|
| @@ -24,7 +24,7 @@ class TestStorageNotifications : public RemovableStorageNotifications {
|
| return false;
|
| }
|
| virtual uint64 GetStorageSize(
|
| - const FilePath::StringType& location) const OVERRIDE {
|
| + const base::FilePath::StringType& location) const OVERRIDE {
|
| return 0;
|
| }
|
|
|
|
|