| Index: third_party/webrtc_overrides/init_webrtc.h
|
| diff --git a/third_party/libjingle/overrides/init_webrtc.h b/third_party/webrtc_overrides/init_webrtc.h
|
| similarity index 70%
|
| rename from third_party/libjingle/overrides/init_webrtc.h
|
| rename to third_party/webrtc_overrides/init_webrtc.h
|
| index 4a7db383a15f1b5105a4daf884e5dc99b940e655..f5e6efbd38ed00a33bd5a45f9b78fa88f7ea230c 100644
|
| --- a/third_party/libjingle/overrides/init_webrtc.h
|
| +++ b/third_party/webrtc_overrides/init_webrtc.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef THIRD_PARTY_LIBJINGLE_OVERRIDES_INIT_WEBRTC_H_
|
| -#define THIRD_PARTY_LIBJINGLE_OVERRIDES_INIT_WEBRTC_H_
|
| +#ifndef THIRD_PARTY_WEBRTC_OVERRIDES_INIT_WEBRTC_H_
|
| +#define THIRD_PARTY_WEBRTC_OVERRIDES_INIT_WEBRTC_H_
|
|
|
| // Initialize WebRTC. Call this explicitly to initialize WebRTC module
|
| // (before initializing the sandbox in Chrome) and hook up Chrome+WebRTC
|
| // integration such as common logging and tracing.
|
| bool InitializeWebRtcModule();
|
|
|
| -#endif // THIRD_PARTY_LIBJINGLE_OVERRIDES_INIT_WEBRTC_H_
|
| +#endif // THIRD_PARTY_WEBRTC_OVERRIDES_INIT_WEBRTC_H_
|
|
|