| Index: Source/core/platform/text/PlatformLocale.h
|
| diff --git a/Source/core/platform/text/PlatformLocale.h b/Source/core/platform/text/PlatformLocale.h
|
| index c7db13bc96b12b7f662688ccfd8527fe65eba32b..c02a6461d6bdd538f36f51374e81e36cb97f37e9 100644
|
| --- a/Source/core/platform/text/PlatformLocale.h
|
| +++ b/Source/core/platform/text/PlatformLocale.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "core/platform/DateComponents.h"
|
| #include "core/platform/Language.h"
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|