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

Unified Diff: remoting/codec/codec_test.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/client/rectangle_update_decoder.cc ('k') | remoting/codec/codec_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/codec/codec_test.h
diff --git a/remoting/base/codec_test.h b/remoting/codec/codec_test.h
similarity index 91%
rename from remoting/base/codec_test.h
rename to remoting/codec/codec_test.h
index ba71dad67398517030ecfe6f6eb4813d3cfb26c1..e7168eda3dfcdf12f4ab23bfc74c5ffc15a89c9e 100644
--- a/remoting/base/codec_test.h
+++ b/remoting/codec/codec_test.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_CODEC_TEST_H_
-#define REMOTING_BASE_CODEC_TEST_H_
+#ifndef REMOTING_CODEC_CODEC_TEST_H_
+#define REMOTING_CODEC_CODEC_TEST_H_
#include "base/memory/ref_counted.h"
#include "media/base/video_frame.h"
@@ -37,4 +37,4 @@ void TestEncoderDecoderGradient(Encoder* encoder, Decoder* decoder,
} // namespace remoting
-#endif // REMOTING_BASE_CODEC_TEST_H_
+#endif // REMOTING_CODEC_CODEC_TEST_H_
« no previous file with comments | « remoting/client/rectangle_update_decoder.cc ('k') | remoting/codec/codec_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698