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

Unified Diff: shell/android/tests/src/org/chromium/mojo/shell/ShellTestBase.java

Issue 1067173003: Remove mojo:: part of mojo::shell:: nested namespace in //shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
Index: shell/android/tests/src/org/chromium/mojo/shell/ShellTestBase.java
diff --git a/shell/android/tests/src/org/chromium/mojo/shell/ShellTestBase.java b/shell/android/tests/src/org/chromium/mojo/shell/ShellTestBase.java
index 2aba46f8a1cf103b33708ef6d3531342cf9a2e85..1b8df8ad947d0bc3c99ab3a9bcad1f73d7cd9fa8 100644
--- a/shell/android/tests/src/org/chromium/mojo/shell/ShellTestBase.java
+++ b/shell/android/tests/src/org/chromium/mojo/shell/ShellTestBase.java
@@ -16,7 +16,7 @@ import java.io.IOException;
/**
* Helper method for ShellTestBase.
*/
-@JNINamespace("mojo::shell::test")
+@JNINamespace("shell::test")
public class ShellTestBase {
// Directory where applications bundled with the tests will be extracted.
private static final String TEST_APP_DIRECTORY = "test_apps";

Powered by Google App Engine
This is Rietveld 408576698