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

Unified Diff: chrome/browser/storage_monitor/test_storage_monitor.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/test_storage_monitor.h
diff --git a/chrome/browser/storage_monitor/test_storage_monitor.h b/chrome/browser/storage_monitor/test_storage_monitor.h
index 157f6d2404377789d35e9fbf3ce73a6d881a51a8..e3dcfa6ffdf92da12461eb7ac2807a9b44fab453 100644
--- a/chrome/browser/storage_monitor/test_storage_monitor.h
+++ b/chrome/browser/storage_monitor/test_storage_monitor.h
@@ -9,10 +9,7 @@
#include "chrome/browser/storage_monitor/storage_monitor.h"
-namespace chrome {
-namespace test {
-
-class TestStorageMonitor : public chrome::StorageMonitor {
+class TestStorageMonitor : public StorageMonitor {
public:
TestStorageMonitor();
virtual ~TestStorageMonitor();
@@ -80,7 +77,4 @@ class TestStorageMonitor : public chrome::StorageMonitor {
#endif
};
-} // namespace test
-} // namespace chrome
-
#endif // CHROME_BROWSER_STORAGE_MONITOR_TEST_STORAGE_MONITOR_H_

Powered by Google App Engine
This is Rietveld 408576698