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

Unified Diff: base/test/test_support_android.h

Issue 2044523003: Revert of 👔 Reland of Move side-loaded test data /sdcard -> /sdcard/gtestdata (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: base/test/test_support_android.h
diff --git a/base/test/test_support_android.h b/base/test/test_support_android.h
index f4d64b43ba9e1d845d664f030ffa38f5e979e3e2..062785ede42607829a7305c913e10a708957fd08 100644
--- a/base/test/test_support_android.h
+++ b/base/test/test_support_android.h
@@ -9,13 +9,11 @@
namespace base {
-class FilePath;
-
// Init logging for tests on Android. Logs will be output into Android's logcat.
BASE_EXPORT void InitAndroidTestLogging();
// Init path providers for tests on Android.
-BASE_EXPORT void InitAndroidTestPaths(const FilePath& test_data_dir);
+BASE_EXPORT void InitAndroidTestPaths();
// Init the message loop for tests on Android.
BASE_EXPORT void InitAndroidTestMessageLoop();
« no previous file with comments | « base/test/android/javatests/src/org/chromium/base/test/util/UrlUtils.java ('k') | base/test/test_support_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698