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

Unified Diff: device/udev_linux/scoped_udev.h

Issue 674703002: Linux: Dynamically load libudev. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scoped_udev
Patch Set: rebase to head, which includes third_party/libudev already Created 6 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 | « device/udev_linux/BUILD.gn ('k') | device/udev_linux/udev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/udev_linux/scoped_udev.h
diff --git a/device/udev_linux/scoped_udev.h b/device/udev_linux/scoped_udev.h
index 54df387834460e72212fc93ddcaf8f38f98afa64..06e3926025418562a673e985de136c0edbc46965 100644
--- a/device/udev_linux/scoped_udev.h
+++ b/device/udev_linux/scoped_udev.h
@@ -5,9 +5,8 @@
#ifndef DEVICE_UDEV_LINUX_SCOPED_UDEV_H_
#define DEVICE_UDEV_LINUX_SCOPED_UDEV_H_
-#include <libudev.h>
-
#include "base/memory/scoped_ptr.h"
+#include "device/udev_linux/udev.h"
#if !defined(USE_UDEV)
#error "USE_UDEV not defined"
« no previous file with comments | « device/udev_linux/BUILD.gn ('k') | device/udev_linux/udev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698