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

Unified Diff: chrome/browser/media_galleries/media_file_system_context.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_context.h
diff --git a/chrome/browser/media_galleries/media_file_system_context.h b/chrome/browser/media_galleries/media_file_system_context.h
index f2dca18dbae39abb51f76f91a05bfe15e76be222..215a212543fe9496f784ed656eba200da966b701 100644
--- a/chrome/browser/media_galleries/media_file_system_context.h
+++ b/chrome/browser/media_galleries/media_file_system_context.h
@@ -16,8 +16,6 @@ namespace base {
class FilePath;
}
-namespace chrome {
-
class MediaFileSystemRegistry;
class MediaFileSystemContext {
@@ -40,6 +38,4 @@ class MediaFileSystemContext {
virtual void RevokeFileSystem(const std::string& fsid) = 0;
};
-} // namespace
-
#endif // CHROME_BROWSER_MEDIA_GALLERIES_MEDIA_FILE_SYSTEM_CONTEXT_H_

Powered by Google App Engine
This is Rietveld 408576698