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

Unified Diff: chrome/browser/media_galleries/fileapi/itunes_data_provider.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/itunes_data_provider.cc
diff --git a/chrome/browser/media_galleries/fileapi/itunes_data_provider.cc b/chrome/browser/media_galleries/fileapi/itunes_data_provider.cc
index b23ed221ee5b3cc21c89eea0e1c8171b7c92ba86..6820e0b4fad98be57cea40ee4c9b1892b014491c 100644
--- a/chrome/browser/media_galleries/fileapi/itunes_data_provider.cc
+++ b/chrome/browser/media_galleries/fileapi/itunes_data_provider.cc
@@ -24,8 +24,6 @@
#include "third_party/icu/source/common/unicode/locid.h"
#include "webkit/browser/fileapi/native_file_util.h"
-using chrome::MediaFileSystemBackend;
-
namespace itunes {
namespace {
@@ -188,7 +186,7 @@ ITunesDataProvider::ITunesDataProvider(const base::FilePath& library_path)
DCHECK(MediaFileSystemBackend::CurrentlyOnMediaTaskRunnerThread());
DCHECK(!library_path_.empty());
- chrome::StartFilePathWatchOnMediaTaskRunner(
+ StartFilePathWatchOnMediaTaskRunner(
library_path_,
base::Bind(&ITunesDataProvider::OnLibraryWatchStarted,
weak_factory_.GetWeakPtr()),

Powered by Google App Engine
This is Rietveld 408576698