| Index: base/android/java_handler_thread.h
|
| diff --git a/base/android/java_handler_thread.h b/base/android/java_handler_thread.h
|
| index 7cd274d05347a7031ba899da0193afaf3f7cb375..c9a2c02d3546ed3ffb557061db65f06bc487cd8f 100644
|
| --- a/base/android/java_handler_thread.h
|
| +++ b/base/android/java_handler_thread.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_THREADING_JAVA_THREAD_H_
|
| -#define BASE_THREADING_JAVA_THREAD_H_
|
| +#ifndef BASE_ANDROID_JAVA_HANDLER_THREAD_H_
|
| +#define BASE_ANDROID_JAVA_HANDLER_THREAD_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -46,4 +46,4 @@ class BASE_EXPORT JavaHandlerThread {
|
| } // namespace android
|
| } // namespace base
|
|
|
| -#endif // BASE_THREADING_JAVA_THREAD_H_
|
| +#endif // BASE_ANDROID_JAVA_HANDLER_THREAD_H_
|
|
|