Index: ui/views/win/hwnd_message_handler.h |
diff --git a/ui/views/win/hwnd_message_handler.h b/ui/views/win/hwnd_message_handler.h |
index 802b70290c7318531606c3e3f3087244a15a79ab..ab75a96ce73a4af4518337182cbaad42bed58297 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 : |