Index: chrome/browser/ui/cocoa/profiles/user_manager_mac.mm |
diff --git a/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm b/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm |
index 6762cd426429056d340b2f647796c567a01a422e..678881e97fcbf30abee36a797177205bc3292739 100644 |
--- a/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm |
+++ b/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm |
@@ -140,7 +140,7 @@ class UserManagerWebContentsDelegate : public content::WebContentsDelegate { |
- (void)showURL:(const GURL&)url { |
webContents_->GetController().LoadURL(url, content::Referrer(), |
- content::PAGE_TRANSITION_AUTO_TOPLEVEL, |
+ ui::PAGE_TRANSITION_AUTO_TOPLEVEL, |
std::string()); |
[self show]; |
} |