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

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

Issue 10909259: Share MediaStorageUtil common code among platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try a different way Created 8 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/system_monitor/removable_device_notifications_window_win.h
diff --git a/chrome/browser/system_monitor/removable_device_notifications_window_win.h b/chrome/browser/system_monitor/removable_device_notifications_window_win.h
index b05782677af63d7eaf2174182c47b9d159c37b4a..88597b7f261f96b2b4f1f89f87470cc030f77590 100644
--- a/chrome/browser/system_monitor/removable_device_notifications_window_win.h
+++ b/chrome/browser/system_monitor/removable_device_notifications_window_win.h
@@ -18,6 +18,9 @@ typedef LRESULT (*VolumeNameFunc)(LPCWSTR drive,
unsigned int volume_name_len);
namespace chrome {
+class RemovableDeviceNotificationsWin;
+typedef RemovableDeviceNotificationsWin RemovableDeviceNotifications;
+
class RemovableDeviceNotificationsWindowWin
: public base::RefCountedThreadSafe<RemovableDeviceNotificationsWindowWin> {
public:

Powered by Google App Engine
This is Rietveld 408576698