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

Unified Diff: ui/ozone/public/ozone_platform.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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 | « ui/ozone/public/ozone_platform.h ('k') | ui/views/mus/aura_init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/ozone_platform.cc
diff --git a/ui/ozone/public/ozone_platform.cc b/ui/ozone/public/ozone_platform.cc
index bbe44daddc059f26cc441970b867e0fea6000bd3..6f25a1b12ead6e06b2230a137bee70503b79d28c 100644
--- a/ui/ozone/public/ozone_platform.cc
+++ b/ui/ozone/public/ozone_platform.cc
@@ -101,6 +101,7 @@ void OzonePlatform::InitializeGPU(const InitParams& args) {
IPC::MessageFilter* OzonePlatform::GetGpuMessageFilter() {
return nullptr;
}
-void OzonePlatform::AddInterfaces(shell::InterfaceRegistry* registry) {}
+void OzonePlatform::AddInterfaces(
+ service_manager::InterfaceRegistry* registry) {}
} // namespace ui
« no previous file with comments | « ui/ozone/public/ozone_platform.h ('k') | ui/views/mus/aura_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698