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_ |