| Index: Source/core/html/InputType.cpp
|
| diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp
|
| index 126f0d885861028dd4001f83b260180d82434d96..57c8ad3350ae8b5f4a7fd3f8f25741c33d758652 100644
|
| --- a/Source/core/html/InputType.cpp
|
| +++ b/Source/core/html/InputType.cpp
|
| @@ -74,9 +74,9 @@
|
| #include "core/platform/text/TextBreakIterator.h"
|
| #include "core/rendering/RenderObject.h"
|
| #include "core/rendering/RenderTheme.h"
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/text/StringHash.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/text/StringHash.h"
|
|
|
| namespace WebCore {
|
|
|
|
|