| Index: core/fpdfapi/fpdf_page/include/cpdf_colorspace.h
|
| diff --git a/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h b/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h
|
| index 2166f9b3a8390785590f20020255c591b9e754ed..19aadbf70490633a78225933989a448cd1c5fc3d 100644
|
| --- a/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h
|
| +++ b/core/fpdfapi/fpdf_page/include/cpdf_colorspace.h
|
| @@ -9,7 +9,6 @@
|
|
|
| #include <memory>
|
|
|
| -#include "core/fxcrt/include/cfx_weak_ptr.h"
|
| #include "core/fxcrt/include/fx_string.h"
|
| #include "core/fxcrt/include/fx_system.h"
|
|
|
| @@ -105,8 +104,6 @@ class CPDF_ColorSpace {
|
| uint32_t m_dwStdConversion;
|
| };
|
|
|
| -using CPDF_CountedColorSpace = CFX_WeakPtr<CPDF_ColorSpace>::Handle;
|
| -
|
| namespace std {
|
|
|
| // Make std::unique_ptr<CPDF_ColorSpace> call Release() rather than
|
|
|