| Index: chrome/browser/storage_monitor/mock_removable_storage_observer.h
|
| diff --git a/chrome/browser/storage_monitor/mock_removable_storage_observer.h b/chrome/browser/storage_monitor/mock_removable_storage_observer.h
|
| index 524b784921dce76704b640a57f91c11b47d7093a..ba9eeb1be653894e202056098a7a5a9aab755550 100644
|
| --- a/chrome/browser/storage_monitor/mock_removable_storage_observer.h
|
| +++ b/chrome/browser/storage_monitor/mock_removable_storage_observer.h
|
| @@ -8,8 +8,6 @@
|
| #include "chrome/browser/storage_monitor/removable_storage_observer.h"
|
| #include "chrome/browser/storage_monitor/storage_info.h"
|
|
|
| -namespace chrome {
|
| -
|
| class MockRemovableStorageObserver : public RemovableStorageObserver {
|
| public:
|
| MockRemovableStorageObserver();
|
| @@ -38,6 +36,4 @@ class MockRemovableStorageObserver : public RemovableStorageObserver {
|
| StorageInfo last_detached_;
|
| };
|
|
|
| -} // namespace chrome
|
| -
|
| #endif // CHROME_BROWSER_STORAGE_MONITOR_MOCK_REMOVABLE_STORAGE_OBSERVER_H_
|
|
|