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

Unified Diff: remoting/host/register_support_host_request.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/plugin/host_script_object.h ('k') | remoting/host/support_access_verifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/register_support_host_request.h
===================================================================
--- remoting/host/register_support_host_request.h (revision 109590)
+++ remoting/host/register_support_host_request.h (working copy)
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_HOST_SUPPORT_HOST_REGISTER_QUERY_H_
-#define REMOTING_HOST_SUPPORT_HOST_REGISTER_QUERY_H_
+#ifndef REMOTING_HOST_REGISTER_SUPPORT_HOST_REQUEST_H_
+#define REMOTING_HOST_REGISTER_SUPPORT_HOST_REQUEST_H_
#include <string>
@@ -28,7 +28,6 @@
class IqRequest;
class IqSender;
-class MutableHostConfig;
// RegisterSupportHostRequest sends support host registeration request
// to the Chromoting Bot. It listens to the status of the host using
@@ -87,4 +86,4 @@
} // namespace remoting
-#endif // REMOTING_HOST_SUPPORT_HOST_REGISTER_QUERY_H_
+#endif // REMOTING_HOST_REGISTER_SUPPORT_HOST_REQUEST_H_
« no previous file with comments | « remoting/host/plugin/host_script_object.h ('k') | remoting/host/support_access_verifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698