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

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

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.h
===================================================================
--- chrome/browser/media_gallery/media_device_notifications_linux.h (revision 131949)
+++ chrome/browser/media_gallery/media_device_notifications_linux.h (working copy)
@@ -5,8 +5,8 @@
// MediaDeviceNotificationsLinux listens for mount point changes and notifies
// the SystemMonitor about the addition and deletion of media devices.
-#ifndef CONTENT_BROWSER_MEDIA_DEVICE_NOTIFICATIONS_LINUX_H_
-#define CONTENT_BROWSER_MEDIA_DEVICE_NOTIFICATIONS_LINUX_H_
+#ifndef CHROME_BROWSER_MEDIA_GALLERY_MEDIA_DEVICE_NOTIFICATIONS_LINUX_H_
+#define CHROME_BROWSER_MEDIA_GALLERY_MEDIA_DEVICE_NOTIFICATIONS_LINUX_H_
#pragma once
#include <map>
@@ -19,13 +19,12 @@
#include "base/files/file_path_watcher.h"
#include "base/memory/ref_counted.h"
#include "base/system_monitor/system_monitor.h"
-#include "content/common/content_export.h"
class FilePath;
-namespace content {
+namespace chrome {
-class CONTENT_EXPORT MediaDeviceNotificationsLinux
+class MediaDeviceNotificationsLinux
: public base::RefCountedThreadSafe<MediaDeviceNotificationsLinux> {
public:
explicit MediaDeviceNotificationsLinux(const FilePath& path);
@@ -101,6 +100,6 @@
DISALLOW_COPY_AND_ASSIGN(MediaDeviceNotificationsLinux);
};
-} // namespace content
+} // namespace chrome
-#endif // CONTENT_BROWSER_MEDIA_DEVICE_NOTIFICATIONS_LINUX_H_
+#endif // CHROME_BROWSER_MEDIA_GALLERY_MEDIA_DEVICE_NOTIFICATIONS_LINUX_H_

Powered by Google App Engine
This is Rietveld 408576698