summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorbattre <battre@chromium.org>2015-12-21 09:45:27 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-21 17:46:37 +0000
commit0739c642c9acce9e05ac8bb936a55fc6230a96f0 (patch)
tree7cd3b37fd0f6e7721c77e928302a4330e7ad8f4f /device
parente8e3eaa1b2c9c0dfa8c76a8617b2cfef5f5c7120 (diff)
downloadchromium_src-0739c642c9acce9e05ac8bb936a55fc6230a96f0.zip
chromium_src-0739c642c9acce9e05ac8bb936a55fc6230a96f0.tar.gz
chromium_src-0739c642c9acce9e05ac8bb936a55fc6230a96f0.tar.bz2
Replace RE2 import with a dependency
TBR=armansito@chromium.org,reillyg@chromium.org,piman@chromium.org BUG=568119 Review URL: https://codereview.chromium.org/1544433002 Cr-Commit-Position: refs/heads/master@{#366412}
Diffstat (limited to 'device')
-rw-r--r--device/serial/serial_device_enumerator_win.cc2
-rw-r--r--device/serial/serial_io_handler_win.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/device/serial/serial_device_enumerator_win.cc b/device/serial/serial_device_enumerator_win.cc
index 8c02ab5..10e18dd 100644
--- a/device/serial/serial_device_enumerator_win.cc
+++ b/device/serial/serial_device_enumerator_win.cc
@@ -16,7 +16,7 @@
#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"
#include "base/win/registry.h"
-#include "third_party/re2/re2/re2.h"
+#include "third_party/re2/src/re2/re2.h"
namespace device {
diff --git a/device/serial/serial_io_handler_win.cc b/device/serial/serial_io_handler_win.cc
index 410399b..a8498cf 100644
--- a/device/serial/serial_io_handler_win.cc
+++ b/device/serial/serial_io_handler_win.cc
@@ -12,7 +12,7 @@
#include "base/threading/thread_checker.h"
#include "device/core/device_info_query_win.h"
#include "device/core/device_monitor_win.h"
-#include "third_party/re2/re2/re2.h"
+#include "third_party/re2/src/re2/re2.h"
namespace device {