Index: chrome/browser/ui/cocoa/constrained_window/constrained_window_alert.h |
diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_alert.h b/chrome/browser/ui/cocoa/constrained_window/constrained_window_alert.h |
index a4b4f182ced66354bc2c7a75bcebedf7dc0674f7..899e6cf858c508fc769e849a828d095d64a44ebd 100644 |
--- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_alert.h |
+++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_alert.h |
@@ -11,7 +11,7 @@ |
// This class implements an alert that has a constrained window look and feel |
// (close button on top right, WebUI style buttons, etc...). To use this class |
-// subclass ConstrainedWindow and create an instance of this class. |
+// subclass WebContentsModalDialog and create an instance of this class. |
// The alert can be shown by using the window accessor and calling |
// -[window orderFont:]. Normally this would be done by |
// ConstrainedWindowSheetController. |