diff options
| author | brettw <brettw@chromium.org> | 2015-10-09 17:12:40 -0700 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2015-10-10 00:13:28 +0000 |
| commit | 90e92609b6718c62c551f8aca5824dd0071c2d52 (patch) | |
| tree | ab33212c68c344200f60b0e17095f2c51639cc66 /chrome/browser/media/chrome_media_stream_infobar_browsertest.cc | |
| parent | 001aeab98df433766de162e56c29b1867f99e24e (diff) | |
| download | chromium_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/browser/media/chrome_media_stream_infobar_browsertest.cc')
| -rw-r--r-- | chrome/browser/media/chrome_media_stream_infobar_browsertest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/media/chrome_media_stream_infobar_browsertest.cc b/chrome/browser/media/chrome_media_stream_infobar_browsertest.cc index 2d1dc35..cd785b4 100644 --- a/chrome/browser/media/chrome_media_stream_infobar_browsertest.cc +++ b/chrome/browser/media/chrome_media_stream_infobar_browsertest.cc @@ -22,6 +22,7 @@ #include "components/content_settings/core/browser/host_content_settings_map.h" #include "components/content_settings/core/common/content_settings_types.h" #include "content/public/browser/notification_service.h" +#include "content/public/common/content_switches.h" #include "content/public/common/media_stream_request.h" #include "content/public/common/origin_util.h" #include "content/public/test/browser_test_utils.h" |
