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

Unified Diff: chrome/browser/system_monitor/volume_mount_watcher_win.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: Working on windows 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/volume_mount_watcher_win.h
diff --git a/chrome/browser/system_monitor/volume_mount_watcher_win.h b/chrome/browser/system_monitor/volume_mount_watcher_win.h
index 08ca52f49d8e5738cc8d7f863ab8c2eba348d858..86b6974d3c3b7aa21565aa85447bfe5271e1514e 100644
--- a/chrome/browser/system_monitor/volume_mount_watcher_win.h
+++ b/chrome/browser/system_monitor/volume_mount_watcher_win.h
@@ -11,10 +11,10 @@
#include <vector>
#include "base/basictypes.h"
+#include "base/callback.h"
#include "base/file_path.h"
#include "base/memory/weak_ptr.h"
#include "base/string16.h"
-#include "base/system_monitor/system_monitor.h"
#include "base/threading/sequenced_worker_pool.h"
namespace chrome {
@@ -24,6 +24,7 @@ namespace chrome {
// singleton class instantiated by RemovableDeviceNotificationsWindowWin.
class VolumeMountWatcherWin {
public:
+ // TODO(gbillock): Take the RemovableStorageNotifications as an argument.
VolumeMountWatcherWin();
virtual ~VolumeMountWatcherWin();
@@ -43,7 +44,7 @@ class VolumeMountWatcherWin {
string16* name,
bool* removable) const;
- // Processes DEV_BROADCAST_VOLUME messages and triggers a SystemMonitor
+ // Processes DEV_BROADCAST_VOLUME messages and triggers a
// notification if appropriate.
void OnWindowMessage(UINT event_type, LPARAM data);

Powered by Google App Engine
This is Rietveld 408576698