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

Unified Diff: testing/android/native_test/native_test_util.h

Issue 1138993009: Revert of [Android] Refactor the native test wrappers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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_util.h
diff --git a/testing/android/native_test/native_test_util.h b/testing/android/native_test/native_test_util.h
index e647a92201df4388d8f34cba80d38718017eb6a6..ef17e5207ea0a3e0ea3fcb0778a1557fc69ddeb8 100644
--- a/testing/android/native_test/native_test_util.h
+++ b/testing/android/native_test/native_test_util.h
@@ -12,7 +12,7 @@
// Helper methods for setting up environment for running gtest tests
// inside an APK.
namespace testing {
-namespace android {
+namespace native_test_util {
class ScopedMainEntryLogger {
public:
@@ -33,7 +33,7 @@
const char* path, std::vector<std::string>* args);
int ArgsToArgv(const std::vector<std::string>& args, std::vector<char*>* argv);
-} // namespace android
+} // namespace native_test_util
} // namespace testing
#endif // TESTING_ANDROID_NATIVE_TEST_UTIL_
« no previous file with comments | « testing/android/native_test/native_test_launcher.cc ('k') | testing/android/native_test/native_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698