Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: remoting/host/host_status_observer.h

Issue 8536002: Cleanup: Remove unneeded forward declarations from remoting. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/host_config.h ('k') | remoting/host/in_memory_host_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_status_observer.h
===================================================================
--- remoting/host/host_status_observer.h (revision 109590)
+++ remoting/host/host_status_observer.h (working copy)
@@ -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 @@
} // namespace remoting
-#endif // REMOTING_HOST_STATUS_OBSERVER_H_
+#endif // REMOTING_HOST_HOST_STATUS_OBSERVER_H_
« no previous file with comments | « remoting/host/host_config.h ('k') | remoting/host/in_memory_host_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698