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: chrome/browser/views/tab_contents/native_tab_contents_container_win.h

Issue 114059: Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/views/tab_contents/native_tab_contents_container_win.h
===================================================================
--- chrome/browser/views/tab_contents/native_tab_contents_container_win.h (revision 17161)
+++ chrome/browser/views/tab_contents/native_tab_contents_container_win.h (working copy)
@@ -6,10 +6,10 @@
#define CHROME_BROWSER_VIEWS_TAB_CONTENTS_NATIVE_TAB_CONTENTS_CONTAINER_WIN_H_
#include "chrome/browser/views/tab_contents/native_tab_contents_container.h"
-#include "views/controls/hwnd_view.h"
+#include "views/controls/native/native_view_host.h"
class NativeTabContentsContainerWin : public NativeTabContentsContainer,
- public views::HWNDView {
+ public views::NativeViewHost {
public:
explicit NativeTabContentsContainerWin(TabContentsContainer* container);
virtual ~NativeTabContentsContainerWin();

Powered by Google App Engine
This is Rietveld 408576698