diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-12 20:55:53 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-12 20:55:53 +0000 |
commit | bde885b4e8cf11db7ba2af6c70a6580830a52e7a (patch) | |
tree | 7cb519bf772ed395b612ddabbe27d989ec44b958 /content/browser/web_contents | |
parent | 9561605bc712063ba4ccb315c0a5cf5b0e3b221e (diff) | |
download | chromium_src-bde885b4e8cf11db7ba2af6c70a6580830a52e7a.zip chromium_src-bde885b4e8cf11db7ba2af6c70a6580830a52e7a.tar.gz chromium_src-bde885b4e8cf11db7ba2af6c70a6580830a52e7a.tar.bz2 |
Move a bunch of windows stuff from ui/base/win to ui/gfx/win
R=sky@chromium.org
BUG=103304
Review URL: https://codereview.chromium.org/23769011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222860 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/web_contents')
-rw-r--r-- | content/browser/web_contents/web_contents_view_win.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/web_contents/web_contents_view_win.h b/content/browser/web_contents/web_contents_view_win.h index 3ca6b48..adfe675 100644 --- a/content/browser/web_contents/web_contents_view_win.h +++ b/content/browser/web_contents/web_contents_view_win.h @@ -13,7 +13,7 @@ #include "content/common/drag_event_source_info.h" #include "content/port/browser/render_view_host_delegate_view.h" #include "content/port/browser/web_contents_view_port.h" -#include "ui/base/win/window_impl.h" +#include "ui/gfx/win/window_impl.h" namespace ui { class HWNDMessageFilter; @@ -29,7 +29,7 @@ class WebDragDest; class CONTENT_EXPORT WebContentsViewWin : public WebContentsViewPort, public RenderViewHostDelegateView, - public ui::WindowImpl { + public gfx::WindowImpl { public: WebContentsViewWin(WebContentsImpl* web_contents, WebContentsViewDelegate* delegate); |