| Index: Source/core/platform/text/mac/LocaleMac.h
|
| diff --git a/Source/core/platform/text/mac/LocaleMac.h b/Source/core/platform/text/mac/LocaleMac.h
|
| index 3d8cd75a47906c9cc978576f266c7a78f2ffeaad..3d6055cb3d2e89efda95e799a95df4e7ebf5b482 100644
|
| --- a/Source/core/platform/text/mac/LocaleMac.h
|
| +++ b/Source/core/platform/text/mac/LocaleMac.h
|
| @@ -32,10 +32,10 @@
|
| #define LocaleMac_h
|
|
|
| #include "core/platform/text/PlatformLocale.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/RetainPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/RetainPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
| +#include "wtf/Vector.h"
|
|
|
| OBJC_CLASS NSCalendar;
|
| OBJC_CLASS NSDateFormatter;
|
|
|