summaryrefslogtreecommitdiffstats
path: root/remoting/host/simple_host_process.cc
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-24 20:18:39 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-24 20:18:39 +0000
commit397c95bad28694797902ddaca84a2434e1cb3e3f (patch)
tree94d727ca8a4302dcfdea5642a3a626836f9d2a1f /remoting/host/simple_host_process.cc
parentef97ce340c462d5212336f09bf8075d1cb10faa4 (diff)
downloadchromium_src-397c95bad28694797902ddaca84a2434e1cb3e3f.zip
chromium_src-397c95bad28694797902ddaca84a2434e1cb3e3f.tar.gz
chromium_src-397c95bad28694797902ddaca84a2434e1cb3e3f.tar.bz2
Cleanups in Chromoting Host.
1. Removed constants.[h|cc] 2. Removed platform if-defs in remoting_me2me_host.cc where they are not necessary. Review URL: https://codereview.chromium.org/10913260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158366 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/simple_host_process.cc')
-rw-r--r--remoting/host/simple_host_process.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
index 8d11db0..bef1447 100644
--- a/remoting/host/simple_host_process.cc
+++ b/remoting/host/simple_host_process.cc
@@ -37,13 +37,13 @@
#include "remoting/host/audio_capturer.h"
#include "remoting/host/chromoting_host_context.h"
#include "remoting/host/chromoting_host.h"
-#include "remoting/host/constants.h"
#include "remoting/host/desktop_environment.h"
-#include "remoting/host/dns_blackhole_checker.h"
-#include "remoting/host/event_executor.h"
#include "remoting/host/desktop_environment.h"
#include "remoting/host/desktop_environment_factory.h"
+#include "remoting/host/dns_blackhole_checker.h"
+#include "remoting/host/event_executor.h"
#include "remoting/host/heartbeat_sender.h"
+#include "remoting/host/host_exit_codes.h"
#include "remoting/host/host_key_pair.h"
#include "remoting/host/host_secret.h"
#include "remoting/host/it2me_host_user_interface.h"