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

Unified Diff: content/browser/device_monitor_udev.h

Issue 12374068: Make it possible to disable udev in linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unbreak mac Created 7 years, 1 month 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 | « content/browser/device_monitor_linux.cc ('k') | content/browser/device_monitor_udev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/device_monitor_udev.h
diff --git a/content/browser/device_monitor_linux.h b/content/browser/device_monitor_udev.h
similarity index 87%
rename from content/browser/device_monitor_linux.h
rename to content/browser/device_monitor_udev.h
index b56de1ebdc04ea32deea175407fba2fc9cbefcd8..fd84db42d79864f1ef35a83b495e2ad39d929aab 100644
--- a/content/browser/device_monitor_linux.h
+++ b/content/browser/device_monitor_udev.h
@@ -5,8 +5,8 @@
// This class is used to detect device change and notify base::SystemMonitor
// on Linux.
-#ifndef CONTENT_BROWSER_DEVICE_MONITOR_LINUX_H_
-#define CONTENT_BROWSER_DEVICE_MONITOR_LINUX_H_
+#ifndef CONTENT_BROWSER_DEVICE_MONITOR_UDEV_H_
+#define CONTENT_BROWSER_DEVICE_MONITOR_UDEV_H_
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
@@ -41,4 +41,4 @@ class DeviceMonitorLinux : public base::MessageLoop::DestructionObserver {
} // namespace content
-#endif // CONTENT_BROWSER_DEVICE_MONITOR_LINUX_H_
+#endif // CONTENT_BROWSER_DEVICE_MONITOR_UDEV_H_
« no previous file with comments | « content/browser/device_monitor_linux.cc ('k') | content/browser/device_monitor_udev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698