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

Side by Side 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, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_PROTOCOL_CLIENT_INPUT_DISPATCHER_H_ 5 #ifndef REMOTING_PROTOCOL_CLIENT_EVENT_DISPATCHER_H_
6 #define REMOTING_PROTOCOL_CLIENT_INPUT_DISPATCHER_H_ 6 #define REMOTING_PROTOCOL_CLIENT_EVENT_DISPATCHER_H_
7 7
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "remoting/protocol/channel_dispatcher_base.h" 9 #include "remoting/protocol/channel_dispatcher_base.h"
10 #include "remoting/protocol/input_stub.h" 10 #include "remoting/protocol/input_stub.h"
11 11
12 namespace remoting { 12 namespace remoting {
13 namespace protocol { 13 namespace protocol {
14 14
15 class BufferedSocketWriter; 15 class BufferedSocketWriter;
16 16
(...skipping 14 matching lines...) Expand all
31 31
32 private: 32 private:
33 scoped_refptr<BufferedSocketWriter> writer_; 33 scoped_refptr<BufferedSocketWriter> writer_;
34 34
35 DISALLOW_COPY_AND_ASSIGN(ClientEventDispatcher); 35 DISALLOW_COPY_AND_ASSIGN(ClientEventDispatcher);
36 }; 36 };
37 37
38 } // namespace protocol 38 } // namespace protocol
39 } // namespace remoting 39 } // namespace remoting
40 40
41 #endif // REMOTING_PROTOCOL_CLIENT_INPUT_DISPATCHER_H_ 41 #endif // REMOTING_PROTOCOL_CLIENT_EVENT_DISPATCHER_H_
OLDNEW
« 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