Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Unified Diff: testing/android/native_test/native_test_launcher.h

Issue 1143903002: [Android] Refactor the native test wrappers. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/android/native_test/native_test_launcher.h
diff --git a/testing/android/native_test/native_test_launcher.h b/testing/android/native_test/native_test_launcher.h
index cdd1e76e922a00d529aadb4c53972aec54877218..ea4dfe837a4f0b31fcfe6d51bb490bab5dea9de2 100644
--- a/testing/android/native_test/native_test_launcher.h
+++ b/testing/android/native_test/native_test_launcher.h
@@ -7,7 +7,13 @@
#include <jni.h>
+namespace testing {
+namespace android {
+
void InstallHandlers();
bool RegisterNativeTestJNI(JNIEnv* env);
+} // namespace android
+} // namespace testing
+
#endif // TESTING_ANDROID_NATIVE_TEST_LAUNCHER_H_
« no previous file with comments | « testing/android/native_test/native_test_jni_onload.cc ('k') | testing/android/native_test/native_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698