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

Unified Diff: chrome/gpu/chrome_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
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_drag_controller.cc ('k') | chrome/gpu/chrome_content_gpu_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/chrome_content_gpu_client.h
diff --git a/chrome/gpu/chrome_content_gpu_client.h b/chrome/gpu/chrome_content_gpu_client.h
index f63f682634cce19695fce641440e65b3f1bda2b1..39f7ce24f30f9ed9c5aafc12cd9a5797ae8f72f6 100644
--- a/chrome/gpu/chrome_content_gpu_client.h
+++ b/chrome/gpu/chrome_content_gpu_client.h
@@ -20,10 +20,10 @@ class ChromeContentGpuClient : public content::ContentGpuClient {
// content::ContentGpuClient:
void Initialize(base::FieldTrialList::Observer* observer) override;
void ExposeInterfacesToBrowser(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
const gpu::GpuPreferences& gpu_preferences) override;
void ConsumeInterfacesFromBrowser(
- shell::InterfaceProvider* provider) override;
+ service_manager::InterfaceProvider* provider) override;
private:
std::unique_ptr<chrome_variations::ChildProcessFieldTrialSyncer>
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_drag_controller.cc ('k') | chrome/gpu/chrome_content_gpu_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698