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

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: Fix win tests 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
« no previous file with comments | « chrome/browser/system_monitor/removable_device_notifications_mac.mm ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9251fad6dee1ed581fb5eb577a32c5d4e07a76d6 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 RemovableDeviceNotificationsWindowWin;
+typedef RemovableDeviceNotificationsWindowWin RemovableDeviceNotifications;
+
class RemovableDeviceNotificationsWindowWin
: public base::RefCountedThreadSafe<RemovableDeviceNotificationsWindowWin> {
public:
« no previous file with comments | « chrome/browser/system_monitor/removable_device_notifications_mac.mm ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698