| Index: webrtc/api/videocapturertracksource.h
|
| diff --git a/webrtc/api/mediastreamhandler.cc b/webrtc/api/videocapturertracksource.h
|
| similarity index 61%
|
| copy from webrtc/api/mediastreamhandler.cc
|
| copy to webrtc/api/videocapturertracksource.h
|
| index 4679037f1ff6673b2773118e2c04d8a220f73df9..15f8bf137ed60734bb8474a60a23aab2eaeb81f1 100644
|
| --- a/webrtc/api/mediastreamhandler.cc
|
| +++ b/webrtc/api/videocapturertracksource.h
|
| @@ -8,5 +8,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -// TODO(deadbeef): Remove this file once Chrome build files no longer reference
|
| -// it.
|
| +#ifndef WEBRTC_API_VIDEOCAPTURERTRACKSOURCE_H_
|
| +#define WEBRTC_API_VIDEOCAPTURERTRACKSOURCE_H_
|
| +
|
| +// TODO(perkj): This file is added to prepare for changing name of VideoSource
|
| +// to VideoCapturerTrackSource.
|
| +
|
| +#endif // WEBRTC_API_VIDEOCAPTURERTRACKSOURCE_H_
|
|
|