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

Unified Diff: chrome/browser/system_monitor/removable_device_notifications_linux.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_linux.h
diff --git a/chrome/browser/system_monitor/removable_device_notifications_linux.h b/chrome/browser/system_monitor/removable_device_notifications_linux.h
index a40401382094b351fc431c649fc0bb1148dbbcb6..96214697acfbe320e7373ad9f133e3d02ad84084 100644
--- a/chrome/browser/system_monitor/removable_device_notifications_linux.h
+++ b/chrome/browser/system_monitor/removable_device_notifications_linux.h
@@ -35,6 +35,9 @@ typedef void (*GetDeviceInfoFunc)(const FilePath& device_path,
namespace chrome {
+class RemovableDeviceNotificationsLinux;
+typedef RemovableDeviceNotificationsLinux RemovableDeviceNotifications;
Lei Zhang 2012/09/17 00:25:47 It would be better to make RemovableDeviceNotifica
vandebo (ex-Chrome) 2012/09/17 00:32:58 That's about all they share though. base::SystemM
+
class RemovableDeviceNotificationsLinux
: public base::RefCountedThreadSafe<RemovableDeviceNotificationsLinux,
content::BrowserThread::DeleteOnFileThread> {

Powered by Google App Engine
This is Rietveld 408576698