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

Unified Diff: chrome/browser/storage_monitor/storage_monitor_mac.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_mac.h
diff --git a/chrome/browser/storage_monitor/storage_monitor_mac.h b/chrome/browser/storage_monitor/storage_monitor_mac.h
index e3131190ee09d027455ee38bcc414800a48fdb39..76a0b2105dd575e465382ab1da7e64895f00f826 100644
--- a/chrome/browser/storage_monitor/storage_monitor_mac.h
+++ b/chrome/browser/storage_monitor/storage_monitor_mac.h
@@ -12,8 +12,6 @@
#include "base/memory/weak_ptr.h"
#include "chrome/browser/storage_monitor/storage_monitor.h"
-namespace chrome {
-
class ImageCaptureDeviceManager;
// This class posts notifications to listeners when a new disk
@@ -66,11 +64,9 @@ class StorageMonitorMac : public StorageMonitor,
int pending_disk_updates_;
- scoped_ptr<chrome::ImageCaptureDeviceManager> image_capture_device_manager_;
+ scoped_ptr<ImageCaptureDeviceManager> image_capture_device_manager_;
DISALLOW_COPY_AND_ASSIGN(StorageMonitorMac);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_STORAGE_MONITOR_STORAGE_MONITOR_MAC_H_

Powered by Google App Engine
This is Rietveld 408576698