summaryrefslogtreecommitdiffstats
path: root/chrome/service
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-10-07 12:43:12 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-07 19:44:33 +0000
commitf195891162000349493876c97dea4ae86c955675 (patch)
treebe7fa2ac1d656ccac66626bc9274cb7843858c82 /chrome/service
parent741debced2db082f4921d7a46f79d81e47caaada (diff)
downloadchromium_src-f195891162000349493876c97dea4ae86c955675.zip
chromium_src-f195891162000349493876c97dea4ae86c955675.tar.gz
chromium_src-f195891162000349493876c97dea4ae86c955675.tar.bz2
Remove includes from chrome_switches.
Some projects had included their own swithces header from chrome_switches.h for convenience. This is wasteful and causes problems for dependency management since these switch values are actually defined in another module that may or may not be linked into the code including it. This removes the includes except for content_switches, and makes the files that depended on these switches include the sub-switch file directly. BUG= Review URL: https://codereview.chromium.org/1391713002 Cr-Commit-Position: refs/heads/master@{#352916}
Diffstat (limited to 'chrome/service')
-rw-r--r--chrome/service/service_process.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc
index 6b126c5a6..0725a54 100644
--- a/chrome/service/service_process.cc
+++ b/chrome/service/service_process.cc
@@ -6,6 +6,7 @@
#include <algorithm>
+#include "base/base_switches.h"
#include "base/basictypes.h"
#include "base/callback.h"
#include "base/command_line.h"