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

Unified Diff: chrome/browser/storage_monitor/mtab_watcher_linux.cc

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.cc
diff --git a/chrome/browser/storage_monitor/mtab_watcher_linux.cc b/chrome/browser/storage_monitor/mtab_watcher_linux.cc
index 9d72d9b14dbf5f06dec931c8974136126585b66b..225d45b689be633b0b139363f3d93ff9162d6ea7 100644
--- a/chrome/browser/storage_monitor/mtab_watcher_linux.cc
+++ b/chrome/browser/storage_monitor/mtab_watcher_linux.cc
@@ -12,8 +12,6 @@
#include "base/bind.h"
#include "content/public/browser/browser_thread.h"
-namespace chrome {
-
namespace {
// List of file systems we care about.
@@ -101,5 +99,3 @@ void MtabWatcherLinux::OnFilePathChanged(
ReadMtab();
}
-
-} // namespace chrome
« no previous file with comments | « chrome/browser/storage_monitor/mtab_watcher_linux.h ('k') | chrome/browser/storage_monitor/portable_device_watcher_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698