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

Unified Diff: chrome/browser/media_galleries/linux/mtp_read_file_worker.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/linux/mtp_read_file_worker.cc
diff --git a/chrome/browser/media_galleries/linux/mtp_read_file_worker.cc b/chrome/browser/media_galleries/linux/mtp_read_file_worker.cc
index 29bea5df68464b802924f5f1c0ec77d77118010e..e9918931145a468b617a7ff55b972b147e8d54a9 100644
--- a/chrome/browser/media_galleries/linux/mtp_read_file_worker.cc
+++ b/chrome/browser/media_galleries/linux/mtp_read_file_worker.cc
@@ -16,8 +16,6 @@
using content::BrowserThread;
-namespace chrome {
-
namespace {
// Appends |data| to the snapshot file specified by the |snapshot_file_path| on
@@ -140,5 +138,3 @@ void MTPReadFileWorker::OnDidWriteIntoSnapshotFile(
snapshot_file_details->file_info(),
snapshot_file_details->snapshot_file_path()));
}
-
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698