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

Unified Diff: remoting/codec/video_decoder.h

Issue 10877014: Moved the video encoders/decoders to the codec directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 8 years, 4 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/codec/codec_test.cc ('k') | remoting/codec/video_decoder_row_based.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/codec/video_decoder.h
diff --git a/remoting/base/decoder.h b/remoting/codec/video_decoder.h
similarity index 95%
rename from remoting/base/decoder.h
rename to remoting/codec/video_decoder.h
index 9286ab57a30287d0def587870962df7324ef8616..70e5723be456123f1b15479d32e9381ec6fe8eea 100644
--- a/remoting/base/decoder.h
+++ b/remoting/codec/video_decoder.h
@@ -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_BASE_DECODER_H_
-#define REMOTING_BASE_DECODER_H_
+#ifndef REMOTING_CODEC_VIDEO_DECODER_H_
+#define REMOTING_CODEC_VIDEO_DECODER_H_
#include "base/basictypes.h"
#include "remoting/proto/video.pb.h"
@@ -72,4 +72,4 @@ class Decoder {
} // namespace remoting
-#endif // REMOTING_BASE_DECODER_H_
+#endif // REMOTING_CODEC_VIDEO_DECODER_H_
« no previous file with comments | « remoting/codec/codec_test.cc ('k') | remoting/codec/video_decoder_row_based.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698