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

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 9def21daac6dabd30583ec4b4c743810e73ed5e7..efd47b39c05c7e3f7076a25f5e06af5ac69e20f3 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 {
@@ -517,7 +517,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);
};
« no previous file with comments | « no previous file | chrome/browser/ui/views/omnibox/omnibox_view_win.cc » ('j') | ui/base/ime/win/tsf_event_router.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698