Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5227)

Unified Diff: chrome/browser/storage_monitor/storage_monitor.h

Issue 23727009: Cleanup: Remove chrome namespace for storage monitor and media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « chrome/browser/storage_monitor/storage_info_unittest.cc ('k') | chrome/browser/storage_monitor/storage_monitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698