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

Unified Diff: chrome/browser/storage_monitor/storage_monitor_win.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/storage_monitor_win.h
diff --git a/chrome/browser/storage_monitor/storage_monitor_win.h b/chrome/browser/storage_monitor/storage_monitor_win.h
index c036fbb332646a61f7ce5d9b4fd4135d9c67fdb4..d75b66227c6bd4c1bab34939f198d42d7ea0518c 100644
--- a/chrome/browser/storage_monitor/storage_monitor_win.h
+++ b/chrome/browser/storage_monitor/storage_monitor_win.h
@@ -14,13 +14,8 @@ namespace base {
class FilePath;
}
-namespace chrome {
-
-namespace test {
-class TestStorageMonitorWin;
-}
-
class PortableDeviceWatcherWin;
+class TestStorageMonitorWin;
class VolumeMountWatcherWin;
class StorageMonitorWin : public StorageMonitor {
@@ -44,7 +39,7 @@ class StorageMonitorWin : public StorageMonitor {
private:
class PortableDeviceNotifications;
- friend class test::TestStorageMonitorWin;
+ friend class TestStorageMonitorWin;
friend StorageMonitor* StorageMonitor::Create();
// To support unit tests, this constructor takes |volume_mount_watcher| and
@@ -83,6 +78,4 @@ class StorageMonitorWin : public StorageMonitor {
DISALLOW_COPY_AND_ASSIGN(StorageMonitorWin);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_STORAGE_MONITOR_STORAGE_MONITOR_WIN_H_
« no previous file with comments | « chrome/browser/storage_monitor/storage_monitor_unittest.cc ('k') | chrome/browser/storage_monitor/storage_monitor_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698