| Index: core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp
|
| diff --git a/core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp b/core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp
|
| similarity index 98%
|
| rename from core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp
|
| rename to core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp
|
| index b03b1af450388b73b72e134a35d074ce9a99b96b..f501c01715ded8ccca0631c7a281de7771e20570 100644
|
| --- a/core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp
|
| @@ -5,10 +5,10 @@
|
| #include <limits>
|
| #include <string>
|
|
|
| +#include "core/fpdfapi/fpdf_parser/cpdf_syntax_parser.h"
|
| #include "core/include/fpdfapi/cpdf_parser.h"
|
| #include "core/include/fxcrt/fx_ext.h"
|
| #include "core/include/fxcrt/fx_stream.h"
|
| -#include "core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/utils/path_service.h"
|
|
|
|
|