Commit 171cecfa authored by ben@chromium.org's avatar ben@chromium.org

Fix bustage by updating header includes.


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72041 0039d316-1c4b-4281-b951-d872f2087c98
parent b875a132
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
#include <algorithm> #include <algorithm>
#include "app/app_switches.h"
#include "app/resource_bundle.h"
#include "base/basictypes.h" #include "base/basictypes.h"
#include "base/command_line.h" #include "base/command_line.h"
#include "base/path_service.h" #include "base/path_service.h"
...@@ -25,6 +23,8 @@ ...@@ -25,6 +23,8 @@
#include "chrome/service/service_ipc_server.h" #include "chrome/service/service_ipc_server.h"
#include "chrome/service/service_process_prefs.h" #include "chrome/service/service_process_prefs.h"
#include "net/base/network_change_notifier.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) #if defined(ENABLE_REMOTING)
#include "chrome/service/remoting/chromoting_host_manager.h" #include "chrome/service/remoting/chromoting_host_manager.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment