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

Unified Diff: mandoline/services/core_services/application_delegate_factory_linux.cc

Issue 1675083002: Rename ApplicationDelegate to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . Created 4 years, 10 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: mandoline/services/core_services/application_delegate_factory_linux.cc
diff --git a/mandoline/services/core_services/application_delegate_factory_linux.cc b/mandoline/services/core_services/application_delegate_factory_linux.cc
index fe14ee493639f442422ec2e2e1c0bcb1db101849..652d5976627c8de575e69b241835d2836e604da9 100644
--- a/mandoline/services/core_services/application_delegate_factory_linux.cc
+++ b/mandoline/services/core_services/application_delegate_factory_linux.cc
@@ -8,7 +8,7 @@
namespace core_services {
-scoped_ptr<mojo::ApplicationDelegate> CreatePlatformSpecificApplicationDelegate(
+scoped_ptr<mojo::ShellClient> CreatePlatformSpecificApplicationDelegate(
const std::string& url) {
return url == "mojo://font_service/"
? make_scoped_ptr(new font_service::FontServiceApp)

Powered by Google App Engine
This is Rietveld 408576698