Index: content/shell/android/linker_test_apk/content_linker_test_linker_tests.h |
diff --git a/content/browser/power_save_blocker_android.h b/content/shell/android/linker_test_apk/content_linker_test_linker_tests.h |
similarity index 50% |
copy from content/browser/power_save_blocker_android.h |
copy to content/shell/android/linker_test_apk/content_linker_test_linker_tests.h |
index 1df7d697b53df6b968363eed4551f2b3e10faef3..07c6e7e021a17f25999e0f1e2f32802eccf2c1f0 100644 |
--- a/content/browser/power_save_blocker_android.h |
+++ b/content/shell/android/linker_test_apk/content_linker_test_linker_tests.h |
@@ -2,10 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#ifndef CONTENT_SHELL_ANDROID_LINKER_TEST_APK_LINKER_TESTS_H |
Yaron
2013/10/10 13:27:29
Doesn't fully match filename.
digit1
2013/10/10 13:37:23
Fixed. My god, the new macro uses 'LINKER' and 'TE
|
+#define CONTENT_SHELL_ANDROID_LINKER_TEST_APK_LINKER_TESTS_H |
+ |
#include <jni.h> |
namespace content { |
-bool RegisterPowerSaveBlocker(JNIEnv* env); |
+bool RegisterLinkerTestsJni(JNIEnv* env); |
} // namespace content |
+ |
+#endif // CONTENT_SHELL_ANDROID_LINKER_TEST_APK_LINKER_TESTS_H |