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

Unified Diff: components/web_view/web_view_apptest.cc

Issue 1351013002: Revert of Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/web_view_apptest.cc
diff --git a/components/web_view/web_view_apptest.cc b/components/web_view/web_view_apptest.cc
index 400f6ff0c95a116bfb1dbcf5d7ad0f5b2b4c5a4c..440d80c68f0da3c03e76d91694b7da01041458c3 100644
--- a/components/web_view/web_view_apptest.cc
+++ b/components/web_view/web_view_apptest.cc
@@ -28,7 +28,7 @@
const char kTestThreeTitle[] = "Test Title Three";
}
-class WebViewTest : public mus::ViewManagerTestBase,
+class WebViewTest : public mojo::ViewManagerTestBase,
public mojom::WebViewClient {
public:
WebViewTest() : web_view_(this) {}
@@ -75,7 +75,7 @@
}
// Overridden from ViewTreeDelegate:
- void OnEmbed(mus::View* root) override {
+ void OnEmbed(mojo::View* root) override {
content_ = root->connection()->CreateView();
root->AddChild(content_);
content_->SetVisible(true);
@@ -86,7 +86,7 @@
}
void TearDown() override {
- mus::ScopedViewPtr::DeleteViewOrViewManager(window_manager()->GetRoot());
+ mojo::ScopedViewPtr::DeleteViewOrViewManager(window_manager()->GetRoot());
ViewManagerTestBase::TearDown();
}
@@ -108,7 +108,7 @@
mojo::ApplicationImpl* app_;
- mus::View* content_;
+ mojo::View* content_;
web_view::WebView web_view_;
« no previous file with comments | « components/web_view/test_runner/test_runner_application_delegate.cc ('k') | components/web_view/web_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698