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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_view_win.h

Issue 11235023: Redesign: Remove TsfEventRouter interface. (Closed) Base URL: http://git.chromium.org/chromium/src.git@ominifix
Patch Set: Address comments Created 8 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
Index: chrome/browser/ui/views/omnibox/omnibox_view_win.h
diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_win.h b/chrome/browser/ui/views/omnibox/omnibox_view_win.h
index d05b591721b370b81e5ec9502e9fa6f14bf5b631..cca59369f6d138505799237a71e1484b325c12b4 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_view_win.h
+++ b/chrome/browser/ui/views/omnibox/omnibox_view_win.h
@@ -43,7 +43,7 @@ class OmniboxViewWin
ES_NOHIDESEL> >,
public CRichEditCommands<OmniboxViewWin>,
public ui::SimpleMenuModel::Delegate,
- public ui::TsfEventRouter::Observer,
+ public ui::TsfEventRouterObserver,
public OmniboxView {
public:
struct State {
@@ -518,7 +518,7 @@ class OmniboxViewWin
views::NativeViewHost* native_view_host_;
// TSF related event router.
- scoped_refptr<ui::TsfEventRouter> tsf_event_router_;
+ scoped_ptr<ui::TsfEventRouter> tsf_event_router_;
DISALLOW_COPY_AND_ASSIGN(OmniboxViewWin);
};

Powered by Google App Engine
This is Rietveld 408576698