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

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: Use ATL for COM object management 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..1dab1bb0521f6819f8977afd04ce5558c224bfe3 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_view_win.h
+++ b/chrome/browser/ui/views/omnibox/omnibox_view_win.h
@@ -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