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

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

Issue 1071573003: [Android] Move testing/android/ to testing/android/native_test/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing errant commit Created 5 years, 8 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_jni_onload.cc
diff --git a/testing/android/native_test_jni_onload.cc b/testing/android/native_test/native_test_jni_onload.cc
similarity index 93%
rename from testing/android/native_test_jni_onload.cc
rename to testing/android/native_test/native_test_jni_onload.cc
index de42356d08c6b3228d2e651c0c84cd480f446a01..041aa7430ef34de5a377c68993c0e9e0f42a4681 100644
--- a/testing/android/native_test_jni_onload.cc
+++ b/testing/android/native_test/native_test_jni_onload.cc
@@ -5,7 +5,7 @@
#include "base/android/base_jni_onload.h"
#include "base/android/jni_android.h"
#include "base/bind.h"
-#include "testing/android/native_test_launcher.h"
+#include "testing/android/native_test/native_test_launcher.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698