| Index: chrome/browser/storage_monitor/storage_monitor.h
|
| diff --git a/chrome/browser/storage_monitor/storage_monitor.h b/chrome/browser/storage_monitor/storage_monitor.h
|
| index a11596b62533f417f231e85eac00443ee5228ca2..6647cbf07e0e86d0176ea90d391c95acae130712 100644
|
| --- a/chrome/browser/storage_monitor/storage_monitor.h
|
| +++ b/chrome/browser/storage_monitor/storage_monitor.h
|
| @@ -17,23 +17,18 @@
|
| #include "base/threading/thread_checker.h"
|
| #include "chrome/browser/storage_monitor/storage_info.h"
|
|
|
| -class ChromeBrowserMainPartsLinux;
|
| -class ChromeBrowserMainPartsMac;
|
| +class MediaFileSystemRegistryTest;
|
| class MediaGalleriesPlatformAppBrowserTest;
|
| class MediaGalleriesPrivateApiTest;
|
| +class RemovableStorageObserver;
|
| class SystemStorageApiTest;
|
| class SystemStorageEjectApiTest;
|
| +class TransientDeviceIds;
|
|
|
| namespace device {
|
| class MediaTransferProtocolManager;
|
| }
|
|
|
| -namespace chrome {
|
| -
|
| -class MediaFileSystemRegistryTest;
|
| -class RemovableStorageObserver;
|
| -class TransientDeviceIds;
|
| -
|
| // Base class for platform-specific instances watching for removable storage
|
| // attachments/detachments.
|
| // Lifecycle contracts: This class is created in the browser process
|
| @@ -134,9 +129,9 @@ class StorageMonitor {
|
| base::Callback<void(EjectStatus)> callback);
|
|
|
| protected:
|
| + friend class ::MediaFileSystemRegistryTest;
|
| friend class ::MediaGalleriesPlatformAppBrowserTest;
|
| friend class ::MediaGalleriesPrivateApiTest;
|
| - friend class MediaFileSystemRegistryTest;
|
| friend class ::SystemStorageApiTest;
|
| friend class ::SystemStorageEjectApiTest;
|
|
|
| @@ -182,6 +177,4 @@ class StorageMonitor {
|
| scoped_ptr<TransientDeviceIds> transient_device_ids_;
|
| };
|
|
|
| -} // namespace chrome
|
| -
|
| #endif // CHROME_BROWSER_STORAGE_MONITOR_STORAGE_MONITOR_H_
|
|
|