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

Unified Diff: chrome/browser/media_galleries/fileapi/media_file_system_backend.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/fileapi/media_file_system_backend.h
diff --git a/chrome/browser/media_galleries/fileapi/media_file_system_backend.h b/chrome/browser/media_galleries/fileapi/media_file_system_backend.h
index 06475e0ccc9f7deb22f0fd4cd8e8d9080a2d8447..8b36c61481218e1c7bd3cafd4342b26a72e66955 100644
--- a/chrome/browser/media_galleries/fileapi/media_file_system_backend.h
+++ b/chrome/browser/media_galleries/fileapi/media_file_system_backend.h
@@ -13,8 +13,6 @@ namespace base {
class SequencedTaskRunner;
}
-namespace chrome {
-
class MediaPathFilter;
class DeviceMediaAsyncFileUtil;
@@ -80,6 +78,4 @@ class MediaFileSystemBackend : public fileapi::FileSystemBackend {
DISALLOW_COPY_AND_ASSIGN(MediaFileSystemBackend);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_MEDIA_FILE_SYSTEM_BACKEND_H_

Powered by Google App Engine
This is Rietveld 408576698