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

Unified Diff: chrome/browser/media_galleries/linux/mtp_device_object_enumerator.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_device_object_enumerator.cc
diff --git a/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.cc b/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.cc
index e35277e4629d9bfbccb787b05789152cfe6f033b..4a0584a578837a4c8fe3305e29ac0dd85fdbf71c 100644
--- a/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.cc
+++ b/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.cc
@@ -6,8 +6,6 @@
#include "base/logging.h"
-namespace chrome {
-
MTPDeviceObjectEnumerator::MTPDeviceObjectEnumerator(
const std::vector<MtpFileEntry>& entries)
: file_entries_(entries),
@@ -63,5 +61,3 @@ bool MTPDeviceObjectEnumerator::HasMoreEntries() const {
bool MTPDeviceObjectEnumerator::IsIndexReadyAndInRange() const {
return is_index_ready_ && HasMoreEntries();
}
-
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698