Chromium Code Reviews| Index: Source/core/storage/StorageArea.h |
| diff --git a/Source/core/storage/StorageArea.h b/Source/core/storage/StorageArea.h |
| index 00533e505a08956e8886e39189492c9cde255b2d..00114d5146a86048278ab213f1d963d49fe45b1d 100644 |
| --- a/Source/core/storage/StorageArea.h |
| +++ b/Source/core/storage/StorageArea.h |
| @@ -26,8 +26,8 @@ |
| #ifndef StorageArea_h |
| #define StorageArea_h |
| -#include <wtf/Forward.h> |
| -#include <wtf/text/WTFString.h> |
| +#include "wtf/Forward.h" |
| +#include "wtf/text/WTFString.h" |
| namespace WebCore { |