Index: chrome/renderer/safe_browsing/phishing_dom_feature_extractor.cc |
=================================================================== |
--- chrome/renderer/safe_browsing/phishing_dom_feature_extractor.cc (revision 147624) |
+++ chrome/renderer/safe_browsing/phishing_dom_feature_extractor.cc (working copy) |
@@ -15,7 +15,7 @@ |
#include "chrome/renderer/safe_browsing/feature_extractor_clock.h" |
#include "chrome/renderer/safe_browsing/features.h" |
#include "content/public/renderer/render_view.h" |
-#include "net/base/registry_controlled_domain.h" |
+#include "net/base/registry_controlled_domains/registry_controlled_domain.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebElement.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNodeCollection.h" |