| Index: third_party/libjingle/overrides/init_webrtc.h
|
| diff --git a/third_party/libjingle/overrides/init_webrtc.h b/third_party/libjingle/overrides/init_webrtc.h
|
| index d0bdd432648d25fd45b6ee18333923b821af85d5..fe570847472890a680248ba4952c5cca760bf648 100644
|
| --- a/third_party/libjingle/overrides/init_webrtc.h
|
| +++ b/third_party/libjingle/overrides/init_webrtc.h
|
| @@ -6,6 +6,7 @@
|
| #define THIRD_PARTY_LIBJINGLE_OVERRIDES_INIT_WEBRTC_H_
|
|
|
| #include "allocator_shim/allocator_stub.h"
|
| +#include "base/logging.h"
|
|
|
| class CommandLine;
|
|
|
| @@ -39,6 +40,7 @@ typedef bool (*InitializeModuleFunction)(
|
| AllocateFunction alloc,
|
| DellocateFunction dealloc,
|
| #endif
|
| + logging::LogMessageHandlerFunction log_handler,
|
| CreateWebRtcMediaEngineFunction* create_media_engine,
|
| DestroyWebRtcMediaEngineFunction* destroy_media_engine);
|
|
|
|
|