summaryrefslogtreecommitdiffstats
path: root/remoting/host/heartbeat_sender.cc
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 20:10:16 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 20:10:16 +0000
commitbd309ee68c9e457da3e86a56f344d55573591032 (patch)
treecf7dae377c06989ca03dabbf0339ec79237a06c5 /remoting/host/heartbeat_sender.cc
parentd778823e553eb808474689f3b2ee883f761bdc3e (diff)
downloadchromium_src-bd309ee68c9e457da3e86a56f344d55573591032.zip
chromium_src-bd309ee68c9e457da3e86a56f344d55573591032.tar.gz
chromium_src-bd309ee68c9e457da3e86a56f344d55573591032.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@159101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/heartbeat_sender.cc')
-rw-r--r--remoting/host/heartbeat_sender.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/host/heartbeat_sender.cc b/remoting/host/heartbeat_sender.cc
index ee63ffd5..167b5e1 100644
--- a/remoting/host/heartbeat_sender.cc
+++ b/remoting/host/heartbeat_sender.cc
@@ -13,7 +13,6 @@
#include "base/string_number_conversions.h"
#include "base/time.h"
#include "remoting/base/constants.h"
-#include "remoting/host/constants.h"
#include "remoting/host/server_log_entry.h"
#include "remoting/jingle_glue/iq_sender.h"
#include "remoting/jingle_glue/signal_strategy.h"