| 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 175718415409d94f15dcc71b4f1cc7be607feca0..8ec549cdb74ca8ad95f8b655b2db919f7d20aa27 100644
|
| --- a/talk/app/webrtc/java/jni/native_handle_impl.cc
|
| +++ b/webrtc/api/java/jni/native_handle_impl.cc
|
| @@ -25,15 +25,15 @@
|
| * 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"
|
| +#include "webrtc/base/logging.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/base/scoped_ref_ptr.h"
|
| -#include "webrtc/base/logging.h"
|
|
|
| using webrtc::NativeHandleBuffer;
|
|
|
|
|