Commit 43b7bd32 authored by Colin Blundell's avatar Colin Blundell Committed by Commit Bot

Tighten includes in captive_portal_blocking_page.cc

Helps to clarify what the //chrome dependencies in
CaptivePortalBlockingPage actually are in starting to analyze
strategy for sharing captive portal implementation with WebLayer.

Bug: 1025059
Change-Id: Iaf27f63e4cb595e927c674a761c028fb56190ef2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929237Reviewed-by: default avatarCarlos IL <carlosil@chromium.org>
Commit-Queue: Colin Blundell <blundell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718550}
parent 78537344
...@@ -13,10 +13,7 @@ ...@@ -13,10 +13,7 @@
#include "base/strings/utf_string_conversions.h" #include "base/strings/utf_string_conversions.h"
#include "base/values.h" #include "base/values.h"
#include "build/build_config.h" #include "build/build_config.h"
#include "chrome/browser/captive_portal/captive_portal_tab_helper.h"
#include "chrome/browser/interstitials/chrome_metrics_helper.h" #include "chrome/browser/interstitials/chrome_metrics_helper.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ssl/certificate_error_reporter.h"
#include "chrome/browser/ssl/chrome_ssl_blocking_page.h" #include "chrome/browser/ssl/chrome_ssl_blocking_page.h"
#include "chrome/browser/ssl/ssl_error_controller_client.h" #include "chrome/browser/ssl/ssl_error_controller_client.h"
#include "components/captive_portal/captive_portal_detector.h" #include "components/captive_portal/captive_portal_detector.h"
...@@ -43,6 +40,8 @@ ...@@ -43,6 +40,8 @@
#include "content/public/common/referrer.h" #include "content/public/common/referrer.h"
#include "net/android/network_library.h" #include "net/android/network_library.h"
#include "ui/base/window_open_disposition.h" #include "ui/base/window_open_disposition.h"
#else
#include "chrome/browser/captive_portal/captive_portal_tab_helper.h"
#endif #endif
namespace { namespace {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment