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

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

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
« no previous file with comments | « testing/android/native_test/native_test_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/native_test/native_test_util.cc
diff --git a/testing/android/native_test/native_test_util.cc b/testing/android/native_test/native_test_util.cc
index ffb1b114e4724720c16be75f5d979e87ede83cb1..2eaf9718ba79ec242d4d09269f8c91eeb79f6d19 100644
--- a/testing/android/native_test/native_test_util.cc
+++ b/testing/android/native_test/native_test_util.cc
@@ -10,7 +10,7 @@
#include "base/strings/string_util.h"
namespace testing {
-namespace android {
+namespace native_test_util {
void ParseArgsFromString(const std::string& command_line,
std::vector<std::string>* args) {
@@ -46,5 +46,5 @@
return argc;
}
-} // namespace android
+} // namespace native_test_util
} // namespace testing
« no previous file with comments | « testing/android/native_test/native_test_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698