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

Unified Diff: chrome/browser/media_galleries/fileapi/media_path_filter.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_path_filter.h
diff --git a/chrome/browser/media_galleries/fileapi/media_path_filter.h b/chrome/browser/media_galleries/fileapi/media_path_filter.h
index c74d4d390a500b743b63f4b8d2c7c63b751c2dcc..21db8dd04cbecd53e963bd10a6a0e472c2fdcaed 100644
--- a/chrome/browser/media_galleries/fileapi/media_path_filter.h
+++ b/chrome/browser/media_galleries/fileapi/media_path_filter.h
@@ -14,8 +14,6 @@ namespace base {
class FilePath;
}
-namespace chrome {
-
// This class holds the list of file path extensions that we should expose on
// media filesystem.
class MediaPathFilter {
@@ -36,6 +34,4 @@ class MediaPathFilter {
DISALLOW_COPY_AND_ASSIGN(MediaPathFilter);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_MEDIA_PATH_FILTER_H_

Powered by Google App Engine
This is Rietveld 408576698