diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 00:46:01 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 00:46:01 +0000 |
commit | d87c404738c7c89968ee01353d71d3a31f91669f (patch) | |
tree | 91e581d1d29cbcb64f22634961bb212b674ed1c7 /remoting/protocol/video_stub.h | |
parent | de9bdd1e4d2f87f53b1c2d3eacfbe43ef6ca1019 (diff) | |
download | chromium_src-d87c404738c7c89968ee01353d71d3a31f91669f.zip chromium_src-d87c404738c7c89968ee01353d71d3a31f91669f.tar.gz chromium_src-d87c404738c7c89968ee01353d71d3a31f91669f.tar.bz2 |
Move protocol classes to the remoting::protocol namespace
BUG=None
TEST=compiles
Review URL: http://codereview.chromium.org/4233005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65006 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/video_stub.h')
-rw-r--r-- | remoting/protocol/video_stub.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/protocol/video_stub.h b/remoting/protocol/video_stub.h index 9f9657f..5c59ca0 100644 --- a/remoting/protocol/video_stub.h +++ b/remoting/protocol/video_stub.h @@ -10,6 +10,7 @@ class Task; namespace remoting { +namespace protocol { class VideoStub { public: @@ -28,6 +29,7 @@ class VideoStub { DISALLOW_COPY_AND_ASSIGN(VideoStub); }; +} // namespace protocol } // namespace remoting #endif // REMOTING_PROTOCOL_VIDEO_STUB_H_ |