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

Unified Diff: mandoline/ui/omnibox/omnibox_impl.h

Issue 1314953002: Rename ViewManagerService,ViewManagerClient -> ViewTree,ViewTreeClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 4 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 | « mandoline/ui/desktop_ui/browser_window.cc ('k') | mandoline/ui/omnibox/omnibox_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/omnibox/omnibox_impl.h
diff --git a/mandoline/ui/omnibox/omnibox_impl.h b/mandoline/ui/omnibox/omnibox_impl.h
index e3c755351b6602a115b2d1caecfa70164ed5c5ef..ff56a40622ba93e28dc951fff18ae779cd383c3e 100644
--- a/mandoline/ui/omnibox/omnibox_impl.h
+++ b/mandoline/ui/omnibox/omnibox_impl.h
@@ -15,7 +15,7 @@
#include "ui/views/layout/layout_manager.h"
namespace mojo {
-class ViewManagerClientFactory;
+class ViewTreeClientFactory;
}
namespace mandoline {
@@ -27,7 +27,7 @@ class OmniboxImpl : public mojo::ApplicationDelegate,
public views::LayoutManager,
public views::TextfieldController,
public mojo::InterfaceFactory<Omnibox>,
- public mojo::InterfaceFactory<mojo::ViewManagerClient>,
+ public mojo::InterfaceFactory<mojo::ViewTreeClient>,
public Omnibox {
public:
OmniboxImpl();
@@ -57,10 +57,10 @@ class OmniboxImpl : public mojo::ApplicationDelegate,
void Create(mojo::ApplicationConnection* connection,
mojo::InterfaceRequest<Omnibox> request) override;
- // Overridden from mojo::InterfaceFactory<mojo::ViewManagerClient>:
+ // Overridden from mojo::InterfaceFactory<mojo::ViewTreeClient>:
void Create(
mojo::ApplicationConnection* connection,
- mojo::InterfaceRequest<mojo::ViewManagerClient> request) override;
+ mojo::InterfaceRequest<mojo::ViewTreeClient> request) override;
// Overridden from Omnibox:
void ShowForURL(const mojo::String& url) override;
« no previous file with comments | « mandoline/ui/desktop_ui/browser_window.cc ('k') | mandoline/ui/omnibox/omnibox_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698