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

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: 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_udev.h ('k') | content/browser/gamepad/gamepad_platform_data_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « content/browser/device_monitor_udev.h ('k') | content/browser/gamepad/gamepad_platform_data_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698