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

Unified Diff: services/shell/runner/child/test_native_main.h

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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: services/shell/runner/child/test_native_main.h
diff --git a/services/shell/runner/child/test_native_main.h b/services/shell/runner/child/test_native_main.h
index 9582212363d57a5df5ea147bb9baa039cd4bb216..a895616669770a31e9ef84f9574691feb209f891 100644
--- a/services/shell/runner/child/test_native_main.h
+++ b/services/shell/runner/child/test_native_main.h
@@ -5,13 +5,12 @@
#ifndef SERVICES_SHELL_RUNNER_CHILD_TEST_NATIVE_MAIN_H_
#define SERVICES_SHELL_RUNNER_CHILD_TEST_NATIVE_MAIN_H_
-namespace mojo {
-class ShellClient;
namespace shell {
-int TestNativeMain(mojo::ShellClient* shell_client);
+class ShellClient;
+
+int TestNativeMain(ShellClient* shell_client);
} // namespace shell
-} // namespace mojo
#endif // SERVICES_SHELL_RUNNER_CHILD_TEST_NATIVE_MAIN_H_
« no previous file with comments | « services/shell/runner/child/native_apptest_target.cc ('k') | services/shell/runner/child/test_native_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698