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..8fe3e27403a50d56f734857a94ae69541f8a92d8 100644 |
--- a/remoting/base/encoder_vp8_unittest.cc |
+++ b/remoting/codec/video_encoder_vp8_unittest.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "remoting/codec/video_encoder_vp8.h" |
+ |
#include <limits> |
#include <vector> |
@@ -9,8 +11,7 @@ |
#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/proto/video.pb.h" |
#include "testing/gtest/include/gtest/gtest.h" |