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

Unified Diff: content/browser/web_contents/web_contents_impl.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 | « content/browser/utility_process_host_impl.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 26a2026cf2da457eedcd386d1f4e896e9c815e43..6a9916199f03963e0169eb368f9217e51f937cb3 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -51,7 +51,7 @@
struct ViewHostMsg_DateTimeDialogValue_Params;
-namespace shell {
+namespace service_manager {
class InterfaceProvider;
}
@@ -423,7 +423,7 @@ class CONTENT_EXPORT WebContentsImpl
virtual WebContentsAndroid* GetWebContentsAndroid();
void ActivateNearestFindResult(float x, float y) override;
void RequestFindMatchRects(int current_version) override;
- shell::InterfaceProvider* GetJavaInterfaces() override;
+ service_manager::InterfaceProvider* GetJavaInterfaces() override;
#elif defined(OS_MACOSX)
void SetAllowOtherViews(bool allow) override;
bool GetAllowOtherViews() override;
@@ -1428,7 +1428,7 @@ class CONTENT_EXPORT WebContentsImpl
RenderWidgetHostImpl* mouse_lock_widget_;
#if defined(OS_ANDROID)
- std::unique_ptr<shell::InterfaceProvider> java_interfaces_;
+ std::unique_ptr<service_manager::InterfaceProvider> java_interfaces_;
#endif
base::WeakPtrFactory<WebContentsImpl> loading_weak_factory_;
« no previous file with comments | « content/browser/utility_process_host_impl.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698