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

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

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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 a895616669770a31e9ef84f9574691feb209f891..b1f7f20f97d5a44d072c5cfb1d12300ceb228a08 100644
--- a/services/shell/runner/child/test_native_main.h
+++ b/services/shell/runner/child/test_native_main.h
@@ -7,9 +7,9 @@
namespace shell {
-class ShellClient;
+class Service;
-int TestNativeMain(ShellClient* shell_client);
+int TestNativeMain(Service* service);
} // namespace shell
« no previous file with comments | « services/shell/public/interfaces/shell_client_factory.mojom ('k') | services/shell/runner/child/test_native_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698