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

Unified Diff: chrome/browser/media_galleries/media_file_system_registry.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/media_galleries/media_file_system_registry.h
diff --git a/chrome/browser/media_galleries/media_file_system_registry.h b/chrome/browser/media_galleries/media_file_system_registry.h
index 9acdf5241106014f833f4aefbf457d9e69e908f5..e15c0788b7f2f8028da9432990853f33592253ff 100644
--- a/chrome/browser/media_galleries/media_file_system_registry.h
+++ b/chrome/browser/media_galleries/media_file_system_registry.h
@@ -21,7 +21,12 @@
#include "chrome/browser/media_galleries/mtp_device_delegate_impl.h"
#include "chrome/browser/storage_monitor/removable_storage_observer.h"
+class ExtensionGalleriesHost;
+class MediaFileSystemContext;
+class MediaGalleriesPreferences;
class Profile;
+class ScopedMTPDeviceMapEntry;
+
namespace content {
class RenderViewHost;
@@ -35,13 +40,6 @@ namespace fileapi {
class IsolatedContext;
}
-namespace chrome {
-
-class ExtensionGalleriesHost;
-class MediaFileSystemContext;
-class MediaGalleriesPreferences;
-class ScopedMTPDeviceMapEntry;
-
struct MediaFileSystemInfo {
MediaFileSystemInfo(const string16& fs_name,
const base::FilePath& fs_path,
@@ -136,6 +134,4 @@ class MediaFileSystemRegistry : public RemovableStorageObserver {
DISALLOW_COPY_AND_ASSIGN(MediaFileSystemRegistry);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_MEDIA_GALLERIES_MEDIA_FILE_SYSTEM_REGISTRY_H_

Powered by Google App Engine
This is Rietveld 408576698