| Index: Source/core/platform/Language.cpp
|
| diff --git a/Source/core/platform/Language.cpp b/Source/core/platform/Language.cpp
|
| index d0da8a38ff9ac6ab946b63327c4947ea5b8f77aa..2cd4ebbb510b5fe9009337cf6ba181da58c0fc73 100644
|
| --- a/Source/core/platform/Language.cpp
|
| +++ b/Source/core/platform/Language.cpp
|
| @@ -26,9 +26,9 @@
|
| #include "config.h"
|
| #include "core/platform/Language.h"
|
|
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/RetainPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/RetainPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|