Chromium Code Reviews| Index: core/src/fxcrt/fx_basic_wstring.cpp |
| diff --git a/core/src/fxcrt/fx_basic_wstring.cpp b/core/src/fxcrt/fx_basic_wstring.cpp |
| index c097e1fc0923fcc3cec68cd7b254fb27029b8f17..0da9f5168d6af86f974b8dfe8257629838031643 100644 |
| --- a/core/src/fxcrt/fx_basic_wstring.cpp |
| +++ b/core/src/fxcrt/fx_basic_wstring.cpp |
| @@ -7,7 +7,7 @@ |
| #include <stddef.h> // For offsetof(). |
| #include "../../include/fxcrt/fx_basic.h" |
| -#include "../../../third_party/base/numerics/safe_math.h" |
| +#include "third_party/base/numerics/safe_math.h" |
| // static |
| CFX_WideString::StringData* CFX_WideString::StringData::Create(int nLen) { |