Index: chrome/browser/ui/cocoa/one_click_signin_bubble_controller.h |
diff --git a/chrome/browser/ui/cocoa/one_click_signin_bubble_controller.h b/chrome/browser/ui/cocoa/one_click_signin_bubble_controller.h |
index 5298ef042e485c921e2e5be6d581d64579830c50..f8fbaa8277948809c843b0f068c84f02b7639e13 100644 |
--- a/chrome/browser/ui/cocoa/one_click_signin_bubble_controller.h |
+++ b/chrome/browser/ui/cocoa/one_click_signin_bubble_controller.h |
@@ -24,12 +24,12 @@ |
@property(readonly, nonatomic) OneClickSigninViewController* viewController; |
-// Initializes with a browser window |controller|, under whose wrench |
-// menu this bubble will be displayed, and callbacks which are called |
-// if the user clicks the corresponding link. |errorMessage| is an |
-// alternate message that will be displayed in the case of an authentication |
-// error, and |syncCallback| is called to start sync. |webContents| is used |
-// to open the Learn More and Advanced links |
+// Initializes with a browser window |controller|, under whose app menu this |
+// bubble will be displayed, and callbacks which are called if the user clicks |
+// the corresponding link. |errorMessage| is an alternate message that will be |
+// displayed in the case of an authentication error, and |syncCallback| is |
+// called to start sync. |webContents| is used to open the Learn More and |
+// Advanced links. |
// |
// The bubble is not automatically displayed; call showWindow:id to |
// display. The bubble is auto-released on close. |