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

Unified Diff: chrome/browser/system_monitor/removable_device_notifications_mac.h

Issue 11573048: [Media Galleries] Move RemovableStorageInfo notifications to chrome namespace (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Typedef, init observer Created 7 years, 11 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/system_monitor/removable_device_notifications_mac.h
diff --git a/chrome/browser/system_monitor/removable_device_notifications_mac.h b/chrome/browser/system_monitor/removable_device_notifications_mac.h
index adf4e67cb7480a5120d8901f56ae4d675f21e1c3..21ce12a3d32adc835ef57674b4b41bdd56049338 100644
--- a/chrome/browser/system_monitor/removable_device_notifications_mac.h
+++ b/chrome/browser/system_monitor/removable_device_notifications_mac.h
@@ -10,13 +10,12 @@
#include "base/mac/scoped_cftyperef.h"
#include "base/memory/ref_counted.h"
-#include "base/system_monitor/system_monitor.h"
#include "chrome/browser/system_monitor/disk_info_mac.h"
#include "chrome/browser/system_monitor/removable_storage_notifications.h"
namespace chrome {
-// This class posts notifications to base::SystemMonitor when a new disk
+// This class posts notifications to listeners when a new disk
// is attached, removed, or changed.
class RemovableDeviceNotificationsMac
: public RemovableStorageNotifications,
@@ -35,7 +34,7 @@ class RemovableDeviceNotificationsMac
virtual bool GetDeviceInfoForPath(
const FilePath& path,
- base::SystemMonitor::RemovableStorageInfo* device_info) const OVERRIDE;
+ StorageInfo* device_info) const OVERRIDE;
// Returns the storage size of the device present at |location|. If the
// device information is unavailable, returns zero. |location| must be a

Powered by Google App Engine
This is Rietveld 408576698