| Index: Source/core/platform/sql/SQLiteTransaction.h
|
| diff --git a/Source/core/platform/sql/SQLiteTransaction.h b/Source/core/platform/sql/SQLiteTransaction.h
|
| index ba686ba94cf0380444cb8a26e5660def5d412394..80f9ae4b3ee82e85abd7a987047406cb588c441d 100644
|
| --- a/Source/core/platform/sql/SQLiteTransaction.h
|
| +++ b/Source/core/platform/sql/SQLiteTransaction.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef SQLiteTransaction_h
|
| #define SQLiteTransaction_h
|
|
|
| -#include <wtf/FastAllocBase.h>
|
| -#include <wtf/Noncopyable.h>
|
| +#include "wtf/FastAllocBase.h"
|
| +#include "wtf/Noncopyable.h"
|
|
|
| namespace WebCore {
|
|
|
|
|