summaryrefslogtreecommitdiffstats
path: root/ui/views/win/hwnd_message_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/win/hwnd_message_handler.h')
-rw-r--r--ui/views/win/hwnd_message_handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/views/win/hwnd_message_handler.h b/ui/views/win/hwnd_message_handler.h
index 86b8f2e..462a937 100644
--- a/ui/views/win/hwnd_message_handler.h
+++ b/ui/views/win/hwnd_message_handler.h
@@ -23,8 +23,8 @@
#include "ui/base/accessibility/accessibility_types.h"
#include "ui/base/events/event.h"
#include "ui/base/ui_base_types.h"
-#include "ui/base/win/window_impl.h"
#include "ui/gfx/rect.h"
+#include "ui/gfx/win/window_impl.h"
#include "ui/views/ime/input_method_delegate.h"
#include "ui/views/views_export.h"
@@ -58,7 +58,7 @@ const int WM_NCUAHDRAWFRAME = 0xAF;
// implementation.
// TODO(beng): This object should eventually *become* the WindowImpl.
class VIEWS_EXPORT HWNDMessageHandler :
- public ui::WindowImpl,
+ public gfx::WindowImpl,
public internal::InputMethodDelegate,
public base::MessageLoopForUI::Observer {
public: