summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-10-09 17:12:40 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-10 00:13:28 +0000
commit90e92609b6718c62c551f8aca5824dd0071c2d52 (patch)
treeab33212c68c344200f60b0e17095f2c51639cc66 /chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc
parent001aeab98df433766de162e56c29b1867f99e24e (diff)
downloadchromium_src-90e92609b6718c62c551f8aca5824dd0071c2d52.zip
chromium_src-90e92609b6718c62c551f8aca5824dd0071c2d52.tar.gz
chromium_src-90e92609b6718c62c551f8aca5824dd0071c2d52.tar.bz2
Add content_switches include to files that need it.
This patch is from grepping for any identifier in content_switches.h and adds an include for it in those files. The reason for this is to be able to remove the include of content_switches.h from chrome_switches.h. That needs to be removed because the minimal chrome constants target that chrome_switches is part of technically doesn't depend on content. I want to be able to turn on GN header checking for the Chrome Windows installer targets so we can keep the dependencies under control (these targets try to be as small as possible). TBR=jam@chromium.org Review URL: https://codereview.chromium.org/1395263002 Cr-Commit-Position: refs/heads/master@{#353430}
Diffstat (limited to 'chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc')
-rw-r--r--chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc b/chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc
index 6cf38ee..14e9209 100644
--- a/chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc
+++ b/chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc
@@ -28,6 +28,7 @@
#include "content/public/browser/render_process_host.h"
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/web_contents.h"
+#include "content/public/common/content_switches.h"
#include "content/public/renderer/render_frame.h"
#include "content/public/renderer/render_view.h"
#include "content/public/test/browser_test_utils.h"