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

Unified Diff: chrome/browser/storage_monitor/mtab_watcher_linux.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/mtab_watcher_linux.h
diff --git a/chrome/browser/storage_monitor/mtab_watcher_linux.h b/chrome/browser/storage_monitor/mtab_watcher_linux.h
index 811236a4d420915a614c304f6eb1978c50c8e278..cc4140d4f8af5f040fad61cd59dea5d222a0a1b1 100644
--- a/chrome/browser/storage_monitor/mtab_watcher_linux.h
+++ b/chrome/browser/storage_monitor/mtab_watcher_linux.h
@@ -20,8 +20,6 @@
#include "base/files/file_path_watcher.h"
#include "base/memory/weak_ptr.h"
-namespace chrome {
-
class MtabWatcherLinux {
public:
// (mount point, mount device)
@@ -61,6 +59,4 @@ class MtabWatcherLinux {
DISALLOW_COPY_AND_ASSIGN(MtabWatcherLinux);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_STORAGE_MONITOR_MTAB_WATCHER_LINUX_H_

Powered by Google App Engine
This is Rietveld 408576698