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

Unified Diff: content/browser/device_monitor_udev.cc

Issue 12374068: Make it possible to disable udev in linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename device_monitor_linux.* to device_monitor_udev.* 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
Index: content/browser/device_monitor_udev.cc
diff --git a/content/browser/device_monitor_linux.cc b/content/browser/device_monitor_udev.cc
similarity index 98%
rename from content/browser/device_monitor_linux.cc
rename to content/browser/device_monitor_udev.cc
index 61aad7c113cc2b86329eb4971104e4ca8be3608d..044d6a8599deff33325d97c64abf3dd6b2216618 100644
--- a/content/browser/device_monitor_linux.cc
+++ b/content/browser/device_monitor_udev.cc
@@ -4,7 +4,7 @@
// libudev is used for monitoring device changes.
-#include "content/browser/device_monitor_linux.h"
+#include "content/browser/device_monitor_udev.h"
#include <libudev.h>

Powered by Google App Engine
This is Rietveld 408576698