| Index: chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| diff --git a/chrome/browser/captive_portal/captive_portal_tab_helper.h b/chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| index 537929110e157f91fa4d279ee5942d78a9feddff..fa4c92c09938f771f40a097e1a5771b4350a6c34 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| +++ b/chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| @@ -75,7 +75,7 @@ class CaptivePortalTabHelper
|
| virtual void DidCommitProvisionalLoadForFrame(
|
| content::RenderFrameHost* render_frame_host,
|
| const GURL& url,
|
| - content::PageTransition transition_type) OVERRIDE;
|
| + ui::PageTransition transition_type) OVERRIDE;
|
|
|
| virtual void DidFailProvisionalLoad(
|
| content::RenderFrameHost* render_frame_host,
|
|
|