summaryrefslogtreecommitdiffstats
path: root/chrome/service
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-20 23:27:55 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-20 23:27:55 +0000
commit171cecfa3892ff2ed285be20ea8be9d24c41542a (patch)
treec7c468f2eadf3817e223fdfb0ae682dde2a099ca /chrome/service
parentb875a132010d6709382b1984ac8c89f4347a53cf (diff)
downloadchromium_src-171cecfa3892ff2ed285be20ea8be9d24c41542a.zip
chromium_src-171cecfa3892ff2ed285be20ea8be9d24c41542a.tar.gz
chromium_src-171cecfa3892ff2ed285be20ea8be9d24c41542a.tar.bz2
Fix bustage by updating header includes.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r--chrome/service/service_process.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc
index b141b01..c521e32 100644
--- a/chrome/service/service_process.cc
+++ b/chrome/service/service_process.cc
@@ -6,8 +6,6 @@
#include <algorithm>
-#include "app/app_switches.h"
-#include "app/resource_bundle.h"
#include "base/basictypes.h"
#include "base/command_line.h"
#include "base/path_service.h"
@@ -25,6 +23,8 @@
#include "chrome/service/service_ipc_server.h"
#include "chrome/service/service_process_prefs.h"
#include "net/base/network_change_notifier.h"
+#include "ui/base/resource/resource_bundle.h"
+#include "ui/base/ui_base_switches.h"
#if defined(ENABLE_REMOTING)
#include "chrome/service/remoting/chromoting_host_manager.h"