| 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 04175c39043249dd080a4efd43192bd070b6c628..52d5c367d35f443096dd5d133dd74d6a8e502c72 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| +++ b/chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| @@ -14,7 +14,7 @@
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "content/public/browser/web_contents_user_data.h"
|
| -#include "webkit/common/resource_type.h"
|
| +#include "content/public/common/resource_type.h"
|
|
|
| class GURL;
|
| class Profile;
|
| @@ -108,7 +108,7 @@ class CaptivePortalTabHelper
|
|
|
| // Called by Observe in response to the corresponding event.
|
| void OnRedirect(int child_id,
|
| - ResourceType::Type resource_type,
|
| + content::ResourceType::Type resource_type,
|
| const GURL& new_url);
|
|
|
| // Called by Observe in response to the corresponding event.
|
|
|