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

Unified Diff: remoting/protocol/client_event_dispatcher.h

Issue 8598030: Cleanup: Another round of unused forward declaration cleanup. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 months 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/protocol/client_control_dispatcher.h ('k') | remoting/protocol/host_control_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/client_event_dispatcher.h
===================================================================
--- remoting/protocol/client_event_dispatcher.h (revision 124292)
+++ remoting/protocol/client_event_dispatcher.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_PROTOCOL_CLIENT_INPUT_DISPATCHER_H_
-#define REMOTING_PROTOCOL_CLIENT_INPUT_DISPATCHER_H_
+#ifndef REMOTING_PROTOCOL_CLIENT_EVENT_DISPATCHER_H_
+#define REMOTING_PROTOCOL_CLIENT_EVENT_DISPATCHER_H_
#include "base/memory/ref_counted.h"
#include "remoting/protocol/channel_dispatcher_base.h"
@@ -38,4 +38,4 @@
} // namespace protocol
} // namespace remoting
-#endif // REMOTING_PROTOCOL_CLIENT_INPUT_DISPATCHER_H_
+#endif // REMOTING_PROTOCOL_CLIENT_EVENT_DISPATCHER_H_
« no previous file with comments | « remoting/protocol/client_control_dispatcher.h ('k') | remoting/protocol/host_control_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698