| 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_
|
|
|