Index: chrome/browser/storage_monitor/test_portable_device_watcher_win.h |
diff --git a/chrome/browser/storage_monitor/test_portable_device_watcher_win.h b/chrome/browser/storage_monitor/test_portable_device_watcher_win.h |
index 04e43423d4886516b76c42f079c2b8cd1cfb2b76..125a2bfbf469f7172a55040dd1b8d2fdc07821b3 100644 |
--- a/chrome/browser/storage_monitor/test_portable_device_watcher_win.h |
+++ b/chrome/browser/storage_monitor/test_portable_device_watcher_win.h |
@@ -13,9 +13,6 @@ |
#include "base/strings/string16.h" |
#include "chrome/browser/storage_monitor/portable_device_watcher_win.h" |
-namespace chrome { |
-namespace test { |
- |
class TestPortableDeviceWatcherWin : public PortableDeviceWatcherWin { |
public: |
// MTP device PnP identifiers. |
@@ -74,7 +71,4 @@ class TestPortableDeviceWatcherWin : public PortableDeviceWatcherWin { |
DISALLOW_COPY_AND_ASSIGN(TestPortableDeviceWatcherWin); |
}; |
-} // namespace test |
-} // namespace chrome |
- |
#endif // CHROME_BROWSER_STORAGE_MONITOR_TEST_PORTABLE_DEVICE_WATCHER_WIN_H_ |