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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/win/hwnd_message_handler.h b/ui/views/win/hwnd_message_handler.h
index 802b702..ab75a96c 100644
--- a/ui/views/win/hwnd_message_handler.h
+++ b/ui/views/win/hwnd_message_handler.h
@@ -103,7 +103,7 @@ const int WM_NCUAHDRAWFRAME = 0xAF;
// An object that handles messages for a HWND that implements the views
// "Custom Frame" look. The purpose of this class is to isolate the windows-
// specific message handling from the code that wraps it. It is intended to be
-// used by both a views::NativeWidget and an aura::RootWindowHost
+// used by both a views::NativeWidget and an aura::WindowTreeHost
// implementation.
// TODO(beng): This object should eventually *become* the WindowImpl.
class VIEWS_EXPORT HWNDMessageHandler :