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

Unified Diff: chrome/browser/storage_monitor/removable_device_constants.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/storage_monitor/removable_device_constants.cc
diff --git a/chrome/browser/storage_monitor/removable_device_constants.cc b/chrome/browser/storage_monitor/removable_device_constants.cc
index a144cc9df73244d5d678a9598bb69dcd8ea52082..0daddff74d49a85d057cde6c45e90d3b41a6af59 100644
--- a/chrome/browser/storage_monitor/removable_device_constants.cc
+++ b/chrome/browser/storage_monitor/removable_device_constants.cc
@@ -4,8 +4,6 @@
#include "chrome/browser/storage_monitor/removable_device_constants.h"
-namespace chrome {
-
const char kFSUniqueIdPrefix[] = "UUID:";
const char kVendorModelSerialPrefix[] = "VendorModelSerial:";
@@ -18,5 +16,3 @@ const char16 kWPDDevInterfaceGUID[] = L"{6ac27878-a6fa-4155-ba85-f98f491d4f33}";
#endif
const base::FilePath::CharType kDCIMDirectoryName[] = FILE_PATH_LITERAL("DCIM");
-
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698