| 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 c2abe570d7db84e1e01e04cae0282ee93d1cfe58..faf07bbb80c03ca8384e8693189ee47e70e0ca83 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| +++ b/chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| @@ -123,7 +123,8 @@ class CaptivePortalTabHelper
|
| const GURL& new_url);
|
|
|
| // Called by Observe in response to the corresponding event.
|
| - void OnCaptivePortalResults(Result previous_result, Result result);
|
| + void OnCaptivePortalResults(CaptivePortalResult previous_result,
|
| + CaptivePortalResult result);
|
|
|
| void OnLoadAborted();
|
|
|
|
|