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

Unified Diff: testing/android/native_test/native_test_launcher.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
« no previous file with comments | « testing/android/native_test/native_test_launcher.h ('k') | testing/android/native_test/native_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/native_test/native_test_launcher.cc
diff --git a/testing/android/native_test_launcher.cc b/testing/android/native_test/native_test_launcher.cc
similarity index 98%
rename from testing/android/native_test_launcher.cc
rename to testing/android/native_test/native_test_launcher.cc
index 4cc87d211c3bb172e260f2dd820fee81477462b1..51edf36bcb19580812fe2013cf1e19ff27384d80 100644
--- a/testing/android/native_test_launcher.cc
+++ b/testing/android/native_test/native_test_launcher.cc
@@ -26,7 +26,7 @@
#include "base/strings/stringprintf.h"
#include "gtest/gtest.h"
#include "jni/ChromeNativeTestActivity_jni.h"
-#include "testing/android/native_test_util.h"
+#include "testing/android/native_test/native_test_util.h"
using testing::native_test_util::ArgsToArgv;
using testing::native_test_util::ParseArgsFromCommandLineFile;
« no previous file with comments | « testing/android/native_test/native_test_launcher.h ('k') | testing/android/native_test/native_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698