| Index: core/fxcrt/fx_basic_wstring.cpp
|
| diff --git a/core/fxcrt/fx_basic_wstring.cpp b/core/fxcrt/fx_basic_wstring.cpp
|
| index 89e3f8b1fd92db29ba770778c392a9126f638b65..aa62b5e3560195b005774243b5290439f56a63ab 100644
|
| --- a/core/fxcrt/fx_basic_wstring.cpp
|
| +++ b/core/fxcrt/fx_basic_wstring.cpp
|
| @@ -9,8 +9,8 @@
|
| #include <algorithm>
|
| #include <cctype>
|
|
|
| -#include "core/include/fxcrt/fx_basic.h"
|
| -#include "core/include/fxcrt/fx_ext.h"
|
| +#include "core/fxcrt/include/fx_basic.h"
|
| +#include "core/fxcrt/include/fx_ext.h"
|
| #include "third_party/base/numerics/safe_math.h"
|
|
|
| namespace {
|
|
|