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

Unified Diff: chrome/browser/media_galleries/fileapi/file_path_watcher_util.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/media_galleries/fileapi/file_path_watcher_util.cc
diff --git a/chrome/browser/media_galleries/fileapi/file_path_watcher_util.cc b/chrome/browser/media_galleries/fileapi/file_path_watcher_util.cc
index b9a42a7ab226025c198c44d3967d2900dc3380e1..8470ba0c2c4b611eb6deb55c47b711c018882428 100644
--- a/chrome/browser/media_galleries/fileapi/file_path_watcher_util.cc
+++ b/chrome/browser/media_galleries/fileapi/file_path_watcher_util.cc
@@ -11,8 +11,6 @@
#include "chrome/browser/media_galleries/fileapi/media_file_system_backend.h"
#include "content/public/browser/browser_thread.h"
-namespace chrome {
-
namespace {
// Bounces |path| and |error| to |callback| from the FILE thread to the media
@@ -60,5 +58,3 @@ void StartFilePathWatchOnMediaTaskRunner(
watch_started_callback,
path_changed_callback));
}
-
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698