| Index: Source/core/platform/sql/SQLiteFileSystem.h
|
| diff --git a/Source/core/platform/sql/SQLiteFileSystem.h b/Source/core/platform/sql/SQLiteFileSystem.h
|
| index 8864c2da7cf5f8dcbd12e9dd85c4c4f0f784e300..f3b1b596bd8674a327b490915cc3f437c0d340e4 100644
|
| --- a/Source/core/platform/sql/SQLiteFileSystem.h
|
| +++ b/Source/core/platform/sql/SQLiteFileSystem.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef SQLiteFileSystem_h
|
| #define SQLiteFileSystem_h
|
|
|
| -#include <wtf/Threading.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Threading.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| struct sqlite3;
|
|
|
|
|