| Index: third_party/base/numerics/safe_math_impl.h
|
| diff --git a/third_party/base/numerics/safe_math_impl.h b/third_party/base/numerics/safe_math_impl.h
|
| index 14897202bd4ab58f529407024dacced928a7ed4a..420944669431732470cc5511310bf309f87fb316 100644
|
| --- a/third_party/base/numerics/safe_math_impl.h
|
| +++ b/third_party/base/numerics/safe_math_impl.h
|
| @@ -11,9 +11,9 @@
|
| #include <cstdlib>
|
| #include <limits>
|
|
|
| -#include "../macros.h"
|
| -#include "../template_util.h"
|
| #include "safe_conversions.h"
|
| +#include "third_party/base/macros.h"
|
| +#include "third_party/base/template_util.h"
|
|
|
| namespace pdfium {
|
| namespace base {
|
|
|