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

Unified Diff: components/web_view/test_runner/test_runner_application_delegate.h

Issue 1406153004: components/mus/public/interfaces View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another rebase Created 5 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 | « components/web_view/public/interfaces/web_view.mojom ('k') | components/web_view/web_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/test_runner/test_runner_application_delegate.h
diff --git a/components/web_view/test_runner/test_runner_application_delegate.h b/components/web_view/test_runner/test_runner_application_delegate.h
index 62995806ce83d929749416b988ccf2b2e11a80dd..5867ffe960c7230ad50e06ccd38c0a363261b51d 100644
--- a/components/web_view/test_runner/test_runner_application_delegate.h
+++ b/components/web_view/test_runner/test_runner_application_delegate.h
@@ -8,7 +8,7 @@
#include "base/command_line.h"
#include "base/memory/scoped_ptr.h"
#include "components/mus/public/cpp/window_tree_delegate.h"
-#include "components/mus/public/interfaces/view_tree_host.mojom.h"
+#include "components/mus/public/interfaces/window_tree_host.mojom.h"
#include "components/test_runner/test_info_extractor.h"
#include "components/web_view/public/cpp/web_view.h"
#include "components/web_view/public/interfaces/web_view.mojom.h"
@@ -19,10 +19,6 @@
class GURL;
-namespace mojo {
-class View;
-}
-
namespace web_view {
class TestRunnerApplicationDelegate
@@ -69,7 +65,7 @@ class TestRunnerApplicationDelegate
mojo::InterfaceRequest<LayoutTestRunner> request) override;
mojo::ApplicationImpl* app_;
- mojo::ViewTreeHostPtr host_;
+ mus::mojom::WindowTreeHostPtr host_;
mus::Window* root_;
mus::Window* content_;
« no previous file with comments | « components/web_view/public/interfaces/web_view.mojom ('k') | components/web_view/web_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698