Chromium Code Reviews| Index: core/fpdfapi/font/fpdf_font_cid.cpp |
| diff --git a/core/fpdfapi/font/fpdf_font_cid.cpp b/core/fpdfapi/font/fpdf_font_cid.cpp |
| index 386eec334a1e11831fef8864755fd7a39fef7bb8..afb186d0706b736829b388da7aac6dee6a3e4dc3 100644 |
| --- a/core/fpdfapi/font/fpdf_font_cid.cpp |
| +++ b/core/fpdfapi/font/fpdf_font_cid.cpp |
| @@ -18,6 +18,7 @@ |
| #include "core/fpdfapi/parser/cpdf_simple_parser.h" |
| #include "core/fxcrt/fx_ext.h" |
| #include "core/fxge/fx_freetype.h" |
| +#include "third_party/base/logging.h" |
|
dsinclair
2017/01/23 14:46:33
What is this for?
jschuh
2017/01/23 17:05:19
I removed all dependencies on base/logging.h from
Tom Sepez
2017/01/23 18:19:13
Exactly, there's an invocation of NOTREACHED() at
|
| #include "third_party/base/stl_util.h" |
| namespace { |