| Index: content/browser/android/load_url_params.h
|
| diff --git a/content/app/android/content_main.h b/content/browser/android/load_url_params.h
|
| similarity index 54%
|
| copy from content/app/android/content_main.h
|
| copy to content/browser/android/load_url_params.h
|
| index 682f5bb1f3f695292d609166d336a6d1946d2bef..77a68f15637344f4054db4573bb9a679cc487aa8 100644
|
| --- a/content/app/android/content_main.h
|
| +++ b/content/browser/android/load_url_params.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_APP_ANDROID_CONTENT_MAIN_H_
|
| -#define CONTENT_APP_ANDROID_CONTENT_MAIN_H_
|
| +#ifndef CONTENT_BROWSER_ANDROID_LOAD_URL_PARAMS_H_
|
| +#define CONTENT_BROWSER_ANDROID_LOAD_URL_PARAMS_H_
|
|
|
| #include <jni.h>
|
|
|
| namespace content {
|
|
|
| -bool RegisterContentMain(JNIEnv* env);
|
| +bool RegisterLoadUrlParams(JNIEnv* env);
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_APP_ANDROID_CONTENT_MAIN_H_
|
| +#endif // CONTENT_BROWSER_ANDROID_LOAD_URL_PARAMS_H_
|
|
|