| Index: Source/core/platform/ContextMenuItem.h
|
| diff --git a/Source/core/platform/ContextMenuItem.h b/Source/core/platform/ContextMenuItem.h
|
| index 98b97fbc5890b08ff9cb82b00512f45d17961964..67cc7c4e61ba58c7ced15a30dc9bce41ce8e3ab2 100644
|
| --- a/Source/core/platform/ContextMenuItem.h
|
| +++ b/Source/core/platform/ContextMenuItem.h
|
| @@ -27,8 +27,8 @@
|
| #ifndef ContextMenuItem_h
|
| #define ContextMenuItem_h
|
|
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|