Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2281)

Unified Diff: chrome/browser/captive_portal/captive_portal_tab_helper.cc

Issue 370833002: Move resource_type.* from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos fix Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/captive_portal/captive_portal_tab_helper.cc
diff --git a/chrome/browser/captive_portal/captive_portal_tab_helper.cc b/chrome/browser/captive_portal/captive_portal_tab_helper.cc
index 4b2b6e14d94d3a257e5725786710efd3167cd4ea..b3f0f888e119f8273d2c5996f6905c8e3c7755de 100644
--- a/chrome/browser/captive_portal/captive_portal_tab_helper.cc
+++ b/chrome/browser/captive_portal/captive_portal_tab_helper.cc
@@ -27,6 +27,7 @@
#include "net/ssl/ssl_info.h"
using captive_portal::CaptivePortalResult;
+using content::ResourceType;
DEFINE_WEB_CONTENTS_USER_DATA_KEY(CaptivePortalTabHelper);

Powered by Google App Engine
This is Rietveld 408576698