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 57% |
copy from content/app/android/content_main.h |
copy to content/browser/android/load_url_params.h |
index 682f5bb1f3f695292d609166d336a6d1946d2bef..00548d2284c0c99a2db38f25bc1a5acbc31cfe26 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_LOAD_URL_PARAMS_H_ |
+#define CONTENT_BROWSER_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_LOAD_URL_PARAMS_H_ |