| Index: Source/core/platform/text/LocaleICU.cpp
|
| diff --git a/Source/core/platform/text/LocaleICU.cpp b/Source/core/platform/text/LocaleICU.cpp
|
| index 34245ac89433ea751a2b10fca9a25e2367ed529d..a0f05dd2d3fc9784e212f7fce9b04b87a4c5b0c8 100644
|
| --- a/Source/core/platform/text/LocaleICU.cpp
|
| +++ b/Source/core/platform/text/LocaleICU.cpp
|
| @@ -34,9 +34,9 @@
|
| #include <unicode/udatpg.h>
|
| #include <unicode/uloc.h>
|
| #include <limits>
|
| -#include <wtf/DateMath.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/text/StringBuilder.h>
|
| +#include "wtf/DateMath.h"
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/text/StringBuilder.h"
|
|
|
| using namespace icu;
|
| using namespace std;
|
|
|