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

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

Issue 1975153003: Enable NativeActivity based Android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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.cc
diff --git a/testing/android/native_test/native_test_launcher.cc b/testing/android/native_test/native_test_launcher.cc
index 0f880a741a66933441dccc7ff548ce7bbccf66e3..5d392891b2e04db42a70707fd80d75fc3d5b303a 100644
--- a/testing/android/native_test/native_test_launcher.cc
+++ b/testing/android/native_test/native_test_launcher.cc
@@ -25,7 +25,7 @@
#include "base/logging.h"
#include "base/strings/stringprintf.h"
#include "gtest/gtest.h"
-#include "jni/NativeTestActivity_jni.h"
+#include "jni/NativeTest_jni.h"
#include "testing/android/native_test/native_test_util.h"
// The main function of the program to be wrapped as a test apk.
« no previous file with comments | « testing/android/native_test/java/src/org/chromium/native_test/NativeUnitTestNativeActivity.java ('k') | testing/test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698