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

Unified Diff: content/public/gpu/content_gpu_client.h

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
Index: content/public/gpu/content_gpu_client.h
diff --git a/content/public/gpu/content_gpu_client.h b/content/public/gpu/content_gpu_client.h
index e2d45495837394ecfc0f79afde4796979ba60e3e..a9467c68f6786dd22b6887c295b933145b54189d 100644
--- a/content/public/gpu/content_gpu_client.h
+++ b/content/public/gpu/content_gpu_client.h
@@ -13,7 +13,7 @@ class SyncPointManager;
struct GpuPreferences;
}
-namespace shell {
+namespace service_manager {
class InterfaceProvider;
class InterfaceRegistry;
}
@@ -33,12 +33,12 @@ class CONTENT_EXPORT ContentGpuClient {
// Allows the client to expose interfaces from the GPU process to the browser
// process via |registry|.
virtual void ExposeInterfacesToBrowser(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
const gpu::GpuPreferences& gpu_preferences) {}
// Allow the client to bind interfaces exposed by the browser process.
virtual void ConsumeInterfacesFromBrowser(
- shell::InterfaceProvider* provider) {}
+ service_manager::InterfaceProvider* provider) {}
// Allows client to supply a SyncPointManager instance instead of having
// content internally create one.
« no previous file with comments | « content/public/common/service_manager_connection.h ('k') | content/public/renderer/content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698