| Index: webrtc/api/mediastreaminterface.cc
|
| diff --git a/webrtc/api/test/androidtestinitializer.h b/webrtc/api/mediastreaminterface.cc
|
| similarity index 60%
|
| copy from webrtc/api/test/androidtestinitializer.h
|
| copy to webrtc/api/mediastreaminterface.cc
|
| index b56783ee3ed8f1c51c303cb90796f7f3d3b7abbf..d4fe5cbc2bf5fdc49a408d14893a3cc3168a17b2 100644
|
| --- a/webrtc/api/test/androidtestinitializer.h
|
| +++ b/webrtc/api/mediastreaminterface.cc
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright 2015 The WebRTC project authors. All Rights Reserved.
|
| + * Copyright 2017 The WebRTC project authors. All Rights Reserved.
|
| *
|
| * Use of this source code is governed by a BSD-style license
|
| * that can be found in the LICENSE file in the root of the source
|
| @@ -8,13 +8,11 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_API_TEST_ANDROIDTESTINITIALIZER_H_
|
| -#define WEBRTC_API_TEST_ANDROIDTESTINITIALIZER_H_
|
| +#include "webrtc/api/mediastreaminterface.h"
|
|
|
| namespace webrtc {
|
|
|
| -void InitializeAndroidObjects();
|
| +const char MediaStreamTrackInterface::kVideoKind[] = "video";
|
| +const char MediaStreamTrackInterface::kAudioKind[] = "audio";
|
|
|
| } // namespace webrtc
|
| -
|
| -#endif // WEBRTC_API_TEST_ANDROIDTESTINITIALIZER_H_
|
|
|