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

Unified Diff: chrome/browser/storage_monitor/removable_storage_observer.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/removable_storage_observer.h
diff --git a/chrome/browser/storage_monitor/removable_storage_observer.h b/chrome/browser/storage_monitor/removable_storage_observer.h
index 8590e21886692adce23327799544b308305d8945..b458684149b559f06e20e92f814770651d002399 100644
--- a/chrome/browser/storage_monitor/removable_storage_observer.h
+++ b/chrome/browser/storage_monitor/removable_storage_observer.h
@@ -7,8 +7,6 @@
#include "chrome/browser/storage_monitor/storage_info.h"
-namespace chrome {
-
// Clients use this class to register for event-based notifications of
// removable storage devices attached to or removed from the system.
class RemovableStorageObserver {
@@ -25,6 +23,4 @@ class RemovableStorageObserver {
virtual ~RemovableStorageObserver() {}
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_STORAGE_MONITOR_REMOVABLE_STORAGE_OBSERVER_H_
« no previous file with comments | « chrome/browser/storage_monitor/removable_device_constants.cc ('k') | chrome/browser/storage_monitor/storage_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698