summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_status_observer.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 06:44:23 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 06:44:23 +0000
commit1eb55358ccdb0c36b093cf3bb754a603a0449d7b (patch)
treebdc10e2d08d1c95f35c47a6008822504591d36a5 /remoting/host/host_status_observer.h
parentf88c2e097ceb2857cd36babc608ba9845ef0eab8 (diff)
downloadchromium_src-1eb55358ccdb0c36b093cf3bb754a603a0449d7b.zip
chromium_src-1eb55358ccdb0c36b093cf3bb754a603a0449d7b.tar.gz
chromium_src-1eb55358ccdb0c36b093cf3bb754a603a0449d7b.tar.bz2
Cleanup: Remove unneeded forward declarations from remoting.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8536002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109593 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/host_status_observer.h')
-rw-r--r--remoting/host/host_status_observer.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/remoting/host/host_status_observer.h b/remoting/host/host_status_observer.h
index ccd03a2..ea47a69 100644
--- a/remoting/host/host_status_observer.h
+++ b/remoting/host/host_status_observer.h
@@ -2,18 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_HOST_STATUS_OBSERVER_H_
-#define REMOTING_HOST_STATUS_OBSERVER_H_
+#ifndef REMOTING_HOST_HOST_STATUS_OBSERVER_H_
+#define REMOTING_HOST_HOST_STATUS_OBSERVER_H_
#include <string>
namespace remoting {
class SignalStrategy;
-namespace protocol {
-class ConnectionToClient;
-}
-
// Interface for host status observer. All methods are invoked on the
// network thread.
class HostStatusObserver {
@@ -41,4 +37,4 @@ class HostStatusObserver {
} // namespace remoting
-#endif // REMOTING_HOST_STATUS_OBSERVER_H_
+#endif // REMOTING_HOST_HOST_STATUS_OBSERVER_H_