Index: chrome/browser/storage_monitor/test_volume_mount_watcher_win.h |
diff --git a/chrome/browser/storage_monitor/test_volume_mount_watcher_win.h b/chrome/browser/storage_monitor/test_volume_mount_watcher_win.h |
index f2dcbe6b30f894d0ad6b24c68e2b665fc7ea2af4..0ba3887cdbe0414a1cb59e69f1d19693b2282c15 100644 |
--- a/chrome/browser/storage_monitor/test_volume_mount_watcher_win.h |
+++ b/chrome/browser/storage_monitor/test_volume_mount_watcher_win.h |
@@ -19,9 +19,6 @@ namespace base { |
class FilePath; |
} |
-namespace chrome { |
-namespace test { |
- |
class TestVolumeMountWatcherWin : public VolumeMountWatcherWin { |
public: |
TestVolumeMountWatcherWin(); |
@@ -67,7 +64,4 @@ class TestVolumeMountWatcherWin : public VolumeMountWatcherWin { |
DISALLOW_COPY_AND_ASSIGN(TestVolumeMountWatcherWin); |
}; |
-} // namespace test |
-} // namespace chrome |
- |
#endif // CHROME_BROWSER_STORAGE_MONITOR_TEST_VOLUME_MOUNT_WATCHER_WIN_H_ |