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_ |