| Index: base/android/trace_event_binding.h
|
| diff --git a/base/android/trace_event_binding.h b/base/android/trace_event_binding.h
|
| index ed0626620aac4c933cdf9360b76b13c8178f60e2..1c1a60b2ce9175dc4860e177a65a40a53fb8762a 100644
|
| --- a/base/android/trace_event_binding.h
|
| +++ b/base/android/trace_event_binding.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_ANDROID_TRACE_EVENT_H_
|
| -#define BASE_ANDROID_TRACE_EVENT_H_
|
| +#ifndef BASE_ANDROID_TRACE_EVENT_BINDING_H_
|
| +#define BASE_ANDROID_TRACE_EVENT_BINDING_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -15,4 +15,4 @@ extern bool RegisterTraceEvent(JNIEnv* env);
|
| } // namespace android
|
| } // namespace base
|
|
|
| -#endif // CONTENT_COMMON_ANDROID_TRACE_EVENT_H_
|
| +#endif // BASE_ANDROID_TRACE_EVENT_BINDING_H_
|
|
|