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

Unified Diff: chrome/browser/system_monitor/removable_device_notifications_chromeos.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
Index: chrome/browser/system_monitor/removable_device_notifications_chromeos.h
diff --git a/chrome/browser/system_monitor/removable_device_notifications_chromeos.h b/chrome/browser/system_monitor/removable_device_notifications_chromeos.h
index cae24604fbe21324fcc1740f9f51a85229d17ef2..db73bae930b454c143fe63a561f9994ea62e939e 100644
--- a/chrome/browser/system_monitor/removable_device_notifications_chromeos.h
+++ b/chrome/browser/system_monitor/removable_device_notifications_chromeos.h
@@ -24,6 +24,9 @@
namespace chromeos {
+class RemovableDeviceNotificationsCros;
+typedef RemovableDeviceNotificationsCros RemovableDeviceNotifications;
+
class RemovableDeviceNotificationsCros
: public base::RefCountedThreadSafe<RemovableDeviceNotificationsCros>,
public disks::DiskMountManager::Observer {

Powered by Google App Engine
This is Rietveld 408576698