| Index: Source/core/html/TypeAhead.h
|
| diff --git a/Source/core/html/TypeAhead.h b/Source/core/html/TypeAhead.h
|
| index dcc50ed4e5309a734d88fa127efa62259bd90714..9dd38e7d0b331055b1baa42e53a219742aa00678 100644
|
| --- a/Source/core/html/TypeAhead.h
|
| +++ b/Source/core/html/TypeAhead.h
|
| @@ -27,8 +27,8 @@
|
| #define TypeAhead_h
|
|
|
| #include "core/dom/DOMTimeStamp.h"
|
| -#include <wtf/text/StringBuilder.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/text/StringBuilder.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|