| Index: base/android/thread_utils.h
|
| diff --git a/base/message_loop_proxy.cc b/base/android/thread_utils.h
|
| similarity index 52%
|
| copy from base/message_loop_proxy.cc
|
| copy to base/android/thread_utils.h
|
| index 755564b9c5d915d71e2fc46f335ec8428db3c769..cbe65f0813440ffd8f06d17fc8d58d8def920110 100644
|
| --- a/base/message_loop_proxy.cc
|
| +++ b/base/android/thread_utils.h
|
| @@ -2,16 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/message_loop_proxy.h"
|
| +#ifndef BASE_ANDROID_THREAD_UTILS_H_
|
| +#define BASE_ANDROID_THREAD_UTILS_H_
|
|
|
| -#include "base/bind.h"
|
| +#include "base/android/jni_android.h"
|
|
|
| namespace base {
|
|
|
| -MessageLoopProxy::MessageLoopProxy() {
|
| -}
|
| -
|
| -MessageLoopProxy::~MessageLoopProxy() {
|
| -}
|
| +bool RegisterThreadUtils(JNIEnv* env);
|
|
|
| } // namespace base
|
| +
|
| +#endif // BASE_ANDROID_THREAD_UTILS_H_
|
|
|