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

Unified Diff: chrome/browser/media_gallery/media_device_notifications_linux.cc

Issue 10069007: Media Gallery: Move MediaDeviceNotificationsLinux from content to chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/media_gallery/media_device_notifications_linux.cc
===================================================================
--- chrome/browser/media_gallery/media_device_notifications_linux.cc (revision 131949)
+++ chrome/browser/media_gallery/media_device_notifications_linux.cc (working copy)
@@ -4,7 +4,7 @@
// MediaDeviceNotificationsLinux implementation.
-#include "content/browser/media_device_notifications_linux.h"
+#include "chrome/browser/media_gallery/media_device_notifications_linux.h"
#include <mntent.h>
#include <stdio.h>
@@ -38,9 +38,10 @@
} // namespace
-namespace content {
+namespace chrome {
using base::SystemMonitor;
+using content::BrowserThread;
// A simple pass-through class. MediaDeviceNotificationsLinux cannot directly
// inherit from FilePathWatcher::Delegate due to multiple inheritance.
@@ -275,4 +276,4 @@
system_monitor->ProcessMediaDeviceDetached(device_id);
}
-} // namespace content
+} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698