| Index: remoting/codec/video_encoder_row_based_unittest.cc
|
| diff --git a/remoting/base/encoder_row_based_unittest.cc b/remoting/codec/video_encoder_row_based_unittest.cc
|
| similarity index 86%
|
| rename from remoting/base/encoder_row_based_unittest.cc
|
| rename to remoting/codec/video_encoder_row_based_unittest.cc
|
| index 735e8063eff551a92e52a87f7ab272b553542c2a..76a75b5ba135763c0634fcc292867ea3cebbaf35 100644
|
| --- a/remoting/base/encoder_row_based_unittest.cc
|
| +++ b/remoting/codec/video_encoder_row_based_unittest.cc
|
| @@ -2,8 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "remoting/base/codec_test.h"
|
| -#include "remoting/base/encoder_row_based.h"
|
| +#include "remoting/codec/video_encoder_row_based.h"
|
| +
|
| +#include "remoting/codec/codec_test.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace remoting {
|
|
|