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

Unified Diff: components/web_view/public/cpp/web_view.cc

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated all the namespaces in mus Created 5 years, 3 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: components/web_view/public/cpp/web_view.cc
diff --git a/components/web_view/public/cpp/web_view.cc b/components/web_view/public/cpp/web_view.cc
index 10d59b6a75795199332393b4c356e69cfd1ea62d..f7e16e0eabc03e4119441fa9c0ad9ae561a83928 100644
--- a/components/web_view/public/cpp/web_view.cc
+++ b/components/web_view/public/cpp/web_view.cc
@@ -12,7 +12,7 @@ namespace web_view {
WebView::WebView(mojom::WebViewClient* client) : binding_(client) {}
WebView::~WebView() {}
-void WebView::Init(mojo::ApplicationImpl* app, mojo::View* view) {
+void WebView::Init(mojo::ApplicationImpl* app, mus::View* view) {
view->SetAccessPolicy(mojo::ViewTree::ACCESS_POLICY_EMBED_ROOT);
mojo::URLRequestPtr request(mojo::URLRequest::New());

Powered by Google App Engine
This is Rietveld 408576698