Index: ui/aura/test/event_generator.h |
diff --git a/ui/aura/test/event_generator.h b/ui/aura/test/event_generator.h |
index ee9ebdae40c72e661f060fb6c362e8307f3ef5fa..a914a207fdb7cbff2fb1e3dbfe5da24628e657ad 100644 |
--- a/ui/aura/test/event_generator.h |
+++ b/ui/aura/test/event_generator.h |
@@ -76,7 +76,7 @@ class EventGeneratorDelegate { |
// handled in the nested message loop. |
// 3) Similarly, |base::MessagePumpObserver| will not be invoked. |
// 4) Any other code that requires native events, such as |
-// tests for RootWindowHostWin/RootWindowHostX11. |
+// tests for WindowTreeHostWin/WindowTreeHostX11. |
// |
// If one of these applies to your test, please use |ui_controls| |
// package instead. |