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 e02ef56b517a25812c216c3dc22222f9af665fc5..c82ceb4521e675e7dbb21f9314f189680358814a 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 : |