| Index: talk/app/webrtc/remoteaudiotrack.cc
|
| diff --git a/talk/app/webrtc/mediastreamhandler.cc b/talk/app/webrtc/remoteaudiotrack.cc
|
| similarity index 92%
|
| copy from talk/app/webrtc/mediastreamhandler.cc
|
| copy to talk/app/webrtc/remoteaudiotrack.cc
|
| index be493f14e7213b3ed4043617e5fa12559a711ba8..df27f05e4859b2f423a950485aef50915501dd41 100644
|
| --- a/talk/app/webrtc/mediastreamhandler.cc
|
| +++ b/talk/app/webrtc/remoteaudiotrack.cc
|
| @@ -1,6 +1,6 @@
|
| /*
|
| * libjingle
|
| - * Copyright 2012 Google Inc.
|
| + * Copyright 2015 Google Inc.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions are met:
|
| @@ -25,5 +25,4 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// TODO(deadbeef): Remove this file once Chrome build files no longer reference
|
| -// it.
|
| +#include "talk/app/webrtc/remoteaudiotrack.h"
|
|
|