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

Unified Diff: chrome/browser/media_galleries/linux/mtp_device_object_enumerator.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/linux/mtp_device_object_enumerator.h
diff --git a/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.h b/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.h
index 31a2ce467f05f05c2f8de87b874cc94b4fa3f437..ef92b921547b7a3da09287cd6cdad9a2442b114e 100644
--- a/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.h
+++ b/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.h
@@ -12,8 +12,6 @@
#include "device/media_transfer_protocol/mtp_file_entry.pb.h"
#include "webkit/browser/fileapi/file_system_file_util.h"
-namespace chrome {
-
// Used to enumerate top-level files of an media file system.
class MTPDeviceObjectEnumerator
: public fileapi::FileSystemFileUtil::AbstractFileEnumerator {
@@ -54,6 +52,4 @@ class MTPDeviceObjectEnumerator
DISALLOW_COPY_AND_ASSIGN(MTPDeviceObjectEnumerator);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_MEDIA_GALLERIES_LINUX_MTP_DEVICE_OBJECT_ENUMERATOR_H_

Powered by Google App Engine
This is Rietveld 408576698