| Index: webrtc/api/java/jni/native_handle_impl.cc
|
| diff --git a/talk/app/webrtc/java/jni/native_handle_impl.cc b/webrtc/api/java/jni/native_handle_impl.cc
|
| similarity index 98%
|
| rename from talk/app/webrtc/java/jni/native_handle_impl.cc
|
| rename to webrtc/api/java/jni/native_handle_impl.cc
|
| index e2530880e82b5c73dac9e2c05f9d91dc8850661c..8ec549cdb74ca8ad95f8b655b2db919f7d20aa27 100644
|
| --- a/talk/app/webrtc/java/jni/native_handle_impl.cc
|
| +++ b/webrtc/api/java/jni/native_handle_impl.cc
|
| @@ -25,9 +25,9 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "talk/app/webrtc/java/jni/native_handle_impl.h"
|
| +#include "webrtc/api/java/jni/native_handle_impl.h"
|
|
|
| -#include "talk/app/webrtc/java/jni/jni_helpers.h"
|
| +#include "webrtc/api/java/jni/jni_helpers.h"
|
| #include "webrtc/base/bind.h"
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/keep_ref_until_done.h"
|
|
|