| Index: core/fpdfapi/fpdf_parser/cpdf_array_unittest.cpp
|
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_array_unittest.cpp b/core/fpdfapi/fpdf_parser/cpdf_array_unittest.cpp
|
| index 110fd59e0a96d41abdfd22c5cb3d617c8b257a38..3ad9b43af886eb2d142089e58f619482dc79a3d9 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_array_unittest.cpp
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_array_unittest.cpp
|
| @@ -12,7 +12,7 @@
|
|
|
| namespace {
|
|
|
| -using ScopedArray = std::unique_ptr<CPDF_Array, ReleaseDeleter<CPDF_Array>>;
|
| +using ScopedArray = std::unique_ptr<CPDF_Array>;
|
|
|
| } // namespace
|
|
|
|
|