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

Unified Diff: remoting/protocol/input_stub.h

Issue 5068001: Move move classes to the remoting::protocol namespace. Minor cleanups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes for windows Created 10 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
Index: remoting/protocol/input_stub.h
diff --git a/remoting/protocol/input_stub.h b/remoting/protocol/input_stub.h
index c36ff07b5868dbb726ad098caed165145391f0af..8b89c7a2f5c8f1f153bfc0ee49dfcba207a18dda 100644
--- a/remoting/protocol/input_stub.h
+++ b/remoting/protocol/input_stub.h
@@ -11,12 +11,11 @@
class Task;
namespace remoting {
+namespace protocol {
class KeyEvent;
class MouseEvent;
-namespace protocol {
-
class InputStub {
public:
InputStub() {}

Powered by Google App Engine
This is Rietveld 408576698