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

Unified Diff: components/web_view/web_view_apptest.cc

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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 81018a45df917ea37beda249ed66b2d1327407b9..0c48804f4dc9627186398500423f2cb8f0c31e1c 100644
--- a/components/web_view/web_view_apptest.cc
+++ b/components/web_view/web_view_apptest.cc
@@ -28,7 +28,7 @@ const char kTestThreeFile[] = "test_three.html";
const char kTestThreeTitle[] = "Test Title Three";
}
-class WebViewTest : public mojo::ViewManagerTestBase,
+class WebViewTest : public mus::ViewManagerTestBase,
public mojom::WebViewClient {
public:
WebViewTest() : web_view_(this) {}
@@ -75,7 +75,7 @@ class WebViewTest : public mojo::ViewManagerTestBase,
}
// Overridden from ViewTreeDelegate:
- void OnEmbed(mojo::View* root) override {
+ void OnEmbed(mus::View* root) override {
content_ = root->connection()->CreateView();
root->AddChild(content_);
content_->SetVisible(true);
@@ -86,7 +86,7 @@ class WebViewTest : public mojo::ViewManagerTestBase,
}
void TearDown() override {
- mojo::ScopedViewPtr::DeleteViewOrViewManager(window_manager()->GetRoot());
+ mus::ScopedViewPtr::DeleteViewOrViewManager(window_manager()->GetRoot());
ViewManagerTestBase::TearDown();
}
@@ -107,7 +107,7 @@ class WebViewTest : public mojo::ViewManagerTestBase,
mojo::ApplicationImpl* app_;
- mojo::View* content_;
+ mus::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