| Index: third_party/libjingle/overrides/init_webrtc.cc
|
| diff --git a/third_party/libjingle/overrides/init_webrtc.cc b/third_party/libjingle/overrides/init_webrtc.cc
|
| index 63e963e79478cd07f7a820bce3f571fb6db4df89..3b2e4066a750858581b515b54259038200727c9b 100644
|
| --- a/third_party/libjingle/overrides/init_webrtc.cc
|
| +++ b/third_party/libjingle/overrides/init_webrtc.cc
|
| @@ -12,8 +12,8 @@
|
| #include "base/native_library.h"
|
| #include "base/path_service.h"
|
| #include "base/trace_event/trace_event.h"
|
| -#include "webrtc/base/basictypes.h"
|
| -#include "webrtc/base/logging.h"
|
| +#include "third_party/webrtc/overrides/webrtc/base/basictypes.h"
|
| +#include "third_party/webrtc/overrides/webrtc/base/logging.h"
|
|
|
| const unsigned char* GetCategoryGroupEnabled(const char* category_group) {
|
| return TRACE_EVENT_API_GET_CATEGORY_GROUP_ENABLED(category_group);
|
|
|