| Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| index b90c224829c609200234f69ba377c858882eb9f7..9771594584064c805c2470ec3c804bb4595d55aa 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| @@ -1883,7 +1883,7 @@ class ActiveProfileObserverBridge : public AvatarMenuObserver,
|
| content::WebContents::CreateParams(browser_->profile())));
|
| webContents_->GetController().LoadURL(url,
|
| content::Referrer(),
|
| - content::PAGE_TRANSITION_AUTO_TOPLEVEL,
|
| + ui::PAGE_TRANSITION_AUTO_TOPLEVEL,
|
| std::string());
|
| NSView* webview = webContents_->GetNativeView();
|
| [webview setFrameSize:NSMakeSize(kFixedGaiaViewWidth, kFixedGaiaViewHeight)];
|
|
|