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 00:53:49 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 00:53:49 +0000
commit88fba1b865f079fb581d0a4e221a19ba4f14c5d4 (patch)
tree1758e95a9173ac2fd53be575c0ecdc9b297992dc /remoting/host/heartbeat_sender.cc
parentd3e6d251d0c24fb352246fdbb926f16e4ed335ba (diff)
downloadchromium_src-88fba1b865f079fb581d0a4e221a19ba4f14c5d4.zip
chromium_src-88fba1b865f079fb581d0a4e221a19ba4f14c5d4.tar.gz
chromium_src-88fba1b865f079fb581d0a4e221a19ba4f14c5d4.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@158952 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"