Index: blimp/test/run_all_unittests.cc |
diff --git a/blimp/test/run_all_unittests.cc b/blimp/test/run_all_unittests.cc |
index 043421e68e17c6d249bc0da6bd771797548bb1b6..36b040c2d6f2f2da8dfec018cf299ab6ca1f7d80 100644 |
--- a/blimp/test/run_all_unittests.cc |
+++ b/blimp/test/run_all_unittests.cc |
@@ -8,16 +8,7 @@ |
#include "build/build_config.h" |
#include "mojo/edk/embedder/embedder.h" |
-#if defined(OS_ANDROID) |
-#include "base/android/jni_android.h" |
-#include "base/test/test_file_util.h" |
-#endif |
- |
int main(int argc, char** argv) { |
-#if defined(OS_ANDROID) |
- JNIEnv* env = base::android::AttachCurrentThread(); |
- base::RegisterContentUriTestUtils(env); |
-#endif |
mojo::edk::Init(); |
base::TestSuite test_suite(argc, argv); |
return base::LaunchUnitTests( |