| Index: ios/clean/chrome/browser/browser_coordinator.mm
|
| diff --git a/ios/clean/chrome/browser/browser_coordinator.mm b/ios/clean/chrome/browser/browser_coordinator.mm
|
| index dfe32a05ea91e7ee470ec144a613e925a88c231d..4c7af0135dd761155086e43f6fde736500bfa6e3 100644
|
| --- a/ios/clean/chrome/browser/browser_coordinator.mm
|
| +++ b/ios/clean/chrome/browser/browser_coordinator.mm
|
| @@ -27,7 +27,7 @@
|
| @implementation BrowserCoordinator
|
|
|
| @synthesize context = _context;
|
| -@synthesize browserState = _browserState;
|
| +@synthesize browser = _browser;
|
| @synthesize childCoordinators = _childCoordinators;
|
| @synthesize parentCoordinator = _parentCoordinator;
|
| @synthesize overlaying = _overlaying;
|
| @@ -66,7 +66,7 @@
|
| "property.";
|
| [self.childCoordinators addObject:coordinator];
|
| coordinator.parentCoordinator = self;
|
| - coordinator.browserState = self.browserState;
|
| + coordinator.browser = self.browser;
|
| coordinator.context.baseViewController = self.viewController;
|
| }
|
|
|
|
|