Index: ios/clean/chrome/browser/browser_coordinator+internal.h |
diff --git a/ios/clean/chrome/browser/browser_coordinator+internal.h b/ios/clean/chrome/browser/browser_coordinator+internal.h |
index 95197ccf42c3f902b5be0d6cab01927dbf53c02a..0fdec935159fff8e00c14f63d5a188a11ae5f579 100644 |
--- a/ios/clean/chrome/browser/browser_coordinator+internal.h |
+++ b/ios/clean/chrome/browser/browser_coordinator+internal.h |
@@ -48,7 +48,7 @@ |
// Adds |coordinator| as a child, taking ownership of it, setting the receiver's |
// viewController (if any) as the child's baseViewController, and setting |
-// the receiver's browserState as the child's browserState. |
+// the receiver's |browser| as the child's |browser|. |
- (void)addChildCoordinator:(BrowserCoordinator*)coordinator; |
// Removes |coordinator| as a child, relinquishing ownership of it. If |