| Index: webrtc/api/videocapturertracksource.cc
|
| diff --git a/webrtc/api/mediastreamhandler.h b/webrtc/api/videocapturertracksource.cc
|
| similarity index 71%
|
| copy from webrtc/api/mediastreamhandler.h
|
| copy to webrtc/api/videocapturertracksource.cc
|
| index 4679037f1ff6673b2773118e2c04d8a220f73df9..aeb2516b3656b5307091b5cb8a58075625d5029b 100644
|
| --- a/webrtc/api/mediastreamhandler.h
|
| +++ b/webrtc/api/videocapturertracksource.cc
|
| @@ -1,4 +1,5 @@
|
| /*
|
| + /*
|
| * Copyright 2012 The WebRTC project authors. All Rights Reserved.
|
| *
|
| * Use of this source code is governed by a BSD-style license
|
| @@ -8,5 +9,7 @@
|
| * 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.
|
| +#include "webrtc/api/videocapturertracksource.h"
|
| +
|
| +// TODO(perkj): This file is added to prepare for changing name of VideoSource
|
| +// to VideoCapturerTrackSource.
|
|
|