summaryrefslogtreecommitdiffstats
path: root/jingle
diff options
context:
space:
mode:
Diffstat (limited to 'jingle')
-rw-r--r--jingle/glue/DEPS3
-rw-r--r--jingle/glue/logging_unittest.cc2
2 files changed, 3 insertions, 2 deletions
diff --git a/jingle/glue/DEPS b/jingle/glue/DEPS
index 790c9b7..44fa573 100644
--- a/jingle/glue/DEPS
+++ b/jingle/glue/DEPS
@@ -2,4 +2,5 @@
include_rules = [
"+third_party/libjingle/overrides",
"+third_party/webrtc",
-] \ No newline at end of file
+ '+third_party/webrtc_overrides',
+]
diff --git a/jingle/glue/logging_unittest.cc b/jingle/glue/logging_unittest.cc
index 9640178..a5613f7 100644
--- a/jingle/glue/logging_unittest.cc
+++ b/jingle/glue/logging_unittest.cc
@@ -17,7 +17,7 @@
// libjingle style logging is used.
#define LOGGING_INSIDE_WEBRTC
-#include "third_party/webrtc/overrides/webrtc/base/logging.h"
+#include "third_party/webrtc_overrides/webrtc/base/logging.h"
#if defined(OS_WIN)
static const wchar_t* const log_file_name = L"libjingle_logging.log";