diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-20 23:32:39 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-20 23:32:39 +0000 |
commit | 91149d106b72b849686daef22cafb986fe709dbd (patch) | |
tree | b2a0694ff14821745bdbacd02a945e517e603584 /chrome/browser/service/service_process_control.cc | |
parent | 171cecfa3892ff2ed285be20ea8be9d24c41542a (diff) | |
download | chromium_src-91149d106b72b849686daef22cafb986fe709dbd.zip chromium_src-91149d106b72b849686daef22cafb986fe709dbd.tar.gz chromium_src-91149d106b72b849686daef22cafb986fe709dbd.tar.bz2 |
Update another include path
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72042 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/service/service_process_control.cc')
-rw-r--r-- | chrome/browser/service/service_process_control.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/service/service_process_control.cc b/chrome/browser/service/service_process_control.cc index 756c919..13a8a3e4 100644 --- a/chrome/browser/service/service_process_control.cc +++ b/chrome/browser/service/service_process_control.cc @@ -4,7 +4,6 @@ #include "chrome/browser/service/service_process_control.h" -#include "app/app_switches.h" #include "base/command_line.h" #include "base/file_path.h" #include "base/process_util.h" @@ -20,6 +19,7 @@ #include "chrome/common/notification_service.h" #include "chrome/common/service_messages.h" #include "chrome/common/service_process_util.h" +#include "ui/base/ui_base_switches.h" // ServiceProcessControl::Launcher implementation. // This class is responsible for launching the service process on the |