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

Unified Diff: chrome/browser/media_galleries/scoped_mtp_device_map_entry.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/media_galleries/scoped_mtp_device_map_entry.h
diff --git a/chrome/browser/media_galleries/scoped_mtp_device_map_entry.h b/chrome/browser/media_galleries/scoped_mtp_device_map_entry.h
index ffb6f55f68086584881cfe9e393424053db4ff55..565b6b31facd37dc9994ae29e421d55dda5665d4 100644
--- a/chrome/browser/media_galleries/scoped_mtp_device_map_entry.h
+++ b/chrome/browser/media_galleries/scoped_mtp_device_map_entry.h
@@ -11,8 +11,6 @@
#include "base/sequenced_task_runner_helpers.h"
#include "content/public/browser/browser_thread.h"
-namespace chrome {
-
class MTPDeviceAsyncDelegate;
// ScopedMTPDeviceMapEntry manages the reference count on a particular
@@ -55,6 +53,4 @@ class ScopedMTPDeviceMapEntry
DISALLOW_COPY_AND_ASSIGN(ScopedMTPDeviceMapEntry);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_MEDIA_GALLERIES_SCOPED_MTP_DEVICE_MAP_ENTRY_H_

Powered by Google App Engine
This is Rietveld 408576698