Chromium Code Reviews| Index: core/include/fpdfapi/fpdf_module.h |
| diff --git a/core/include/fpdfapi/fpdf_module.h b/core/include/fpdfapi/fpdf_module.h |
| index 2f88644041a8cb2b99165d6128183977439e7086..e9c38306b7b48f860aca848270c8d6f0f017d510 100644 |
| --- a/core/include/fpdfapi/fpdf_module.h |
| +++ b/core/include/fpdfapi/fpdf_module.h |
| @@ -7,9 +7,9 @@ |
| #ifndef CORE_INCLUDE_FPDFAPI_FPDF_MODULE_H_ |
| #define CORE_INCLUDE_FPDFAPI_FPDF_MODULE_H_ |
| -#include "../../../third_party/base/nonstd_unique_ptr.h" |
| #include "../fxcrt/fx_coordinates.h" |
| #include "../fxcrt/fx_system.h" |
| +#include "third_party/base/nonstd_unique_ptr.h" |
|
Tom Sepez
2015/11/05 22:09:26
Ok, is there such a thing under chromium's base?
Lei Zhang
2015/11/06 00:13:37
There is not such a thing, but it will look there.
|
| class CCodec_ModuleMgr; |
| class CFX_AffineMatrix; |