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

Unified Diff: chrome/browser/storage_monitor/transient_device_ids.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/storage_monitor/transient_device_ids.h
diff --git a/chrome/browser/storage_monitor/transient_device_ids.h b/chrome/browser/storage_monitor/transient_device_ids.h
index cf6396f0018f65bc685624e9f1de708571676177..a0c9a82b2e078c5bf545d2e28915ec0063e85b14 100644
--- a/chrome/browser/storage_monitor/transient_device_ids.h
+++ b/chrome/browser/storage_monitor/transient_device_ids.h
@@ -16,8 +16,6 @@
#include "base/basictypes.h"
#include "base/threading/thread_checker.h"
-namespace chrome {
-
class TransientDeviceIds {
public:
TransientDeviceIds();
@@ -44,6 +42,4 @@ class TransientDeviceIds {
DISALLOW_COPY_AND_ASSIGN(TransientDeviceIds);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_STORAGE_MONITOR_TRANSIENT_DEVICE_IDS_H_

Powered by Google App Engine
This is Rietveld 408576698