| Index: chrome/browser/android/process_utils.h
|
| diff --git a/content/common/android/trace_event_binding.h b/chrome/browser/android/process_utils.h
|
| similarity index 50%
|
| copy from content/common/android/trace_event_binding.h
|
| copy to chrome/browser/android/process_utils.h
|
| index 10e4e3c134ca9318d6d77e041b92a0dea8f2ba24..f371f9ee2e5261abe5cf03a6ed6c2e98c9278fcc 100644
|
| --- a/content/common/android/trace_event_binding.h
|
| +++ b/chrome/browser/android/process_utils.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_COMMON_ANDROID_TRACE_EVENT_H_
|
| -#define CONTENT_COMMON_ANDROID_TRACE_EVENT_H_
|
| +#ifndef CHROME_BROWSER_ANDROID_PROCESS_UTILS_H_
|
| +#define CHROME_BROWSER_ANDROID_PROCESS_UTILS_H_
|
|
|
| #include <jni.h>
|
|
|
| -extern bool RegisterTraceEvent(JNIEnv* env);
|
| +bool RegisterProcessUtils(JNIEnv* env);
|
|
|
| -#endif // CONTENT_COMMON_ANDROID_TRACE_EVENT_H_
|
| +#endif // CHROME_BROWSER_ANDROID_PROCESS_UTILS_H_
|
|
|