Index: remoting/codec/video_encoder_vp8_unittest.cc |
diff --git a/remoting/base/encoder_vp8_unittest.cc b/remoting/codec/video_encoder_vp8_unittest.cc |
similarity index 96% |
rename from remoting/base/encoder_vp8_unittest.cc |
rename to remoting/codec/video_encoder_vp8_unittest.cc |
index 635284b60ecd47830e4f2f1194ddc347e2516306..0cdfabce9d9bf5d3fd80183b0e16627658d9388a 100644 |
--- a/remoting/base/encoder_vp8_unittest.cc |
+++ b/remoting/codec/video_encoder_vp8_unittest.cc |
@@ -9,8 +9,8 @@ |
#include "base/callback.h" |
#include "base/memory/scoped_ptr.h" |
#include "remoting/base/capture_data.h" |
-#include "remoting/base/codec_test.h" |
-#include "remoting/base/encoder_vp8.h" |
+#include "remoting/codec/codec_test.h" |
+#include "remoting/codec/video_encoder_vp8.h" |
Sergey Ulanov
2012/08/22 16:10:28
this must be first include in this file
kxing
2012/08/22 17:08:05
Done.
|
#include "remoting/proto/video.pb.h" |
#include "testing/gtest/include/gtest/gtest.h" |