Index: chrome/renderer/safe_browsing/phishing_classifier_delegate.h |
diff --git a/chrome/renderer/safe_browsing/phishing_classifier_delegate.h b/chrome/renderer/safe_browsing/phishing_classifier_delegate.h |
index 303886d3ce1b4fedd9af9556bc9ecbb1940264fd..213d20a97c244ffb67ac946b1824a23ff581777a 100644 |
--- a/chrome/renderer/safe_browsing/phishing_classifier_delegate.h |
+++ b/chrome/renderer/safe_browsing/phishing_classifier_delegate.h |
@@ -9,9 +9,9 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/strings/string16.h" |
-#include "content/public/common/page_transition_types.h" |
#include "content/public/renderer/render_process_observer.h" |
#include "content/public/renderer/render_view_observer.h" |
+#include "ui/base/page_transition_types.h" |
#include "url/gurl.h" |
namespace safe_browsing { |
@@ -115,7 +115,7 @@ class PhishingClassifierDelegate : public content::RenderViewObserver { |
// to exclude back/forward loads from classification. Note that this is |
// set in DidCommitProvisionalLoad(); the transition is reset after this |
// call in the RenderView, so we need to save off the value. |
- content::PageTransition last_main_frame_transition_; |
+ ui::PageTransition last_main_frame_transition_; |
// The URL of the last load that we actually started classification on. |
// This is used to suppress phishing classification on subframe navigation |