| Index: Source/core/platform/sql/SQLiteDatabase.cpp
|
| diff --git a/Source/core/platform/sql/SQLiteDatabase.cpp b/Source/core/platform/sql/SQLiteDatabase.cpp
|
| index b0219990d9a7236df68aa47ed9d430d879d47492..b519cdb3bf8c8a5124491f5cae338195d5cfee73 100644
|
| --- a/Source/core/platform/sql/SQLiteDatabase.cpp
|
| +++ b/Source/core/platform/sql/SQLiteDatabase.cpp
|
| @@ -32,9 +32,9 @@
|
| #include "core/platform/sql/SQLiteFileSystem.h"
|
| #include "core/platform/sql/SQLiteStatement.h"
|
| #include "modules/webdatabase/DatabaseAuthorizer.h"
|
| -#include <wtf/text/CString.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Threading.h>
|
| +#include "wtf/text/CString.h"
|
| +#include "wtf/text/WTFString.h"
|
| +#include "wtf/Threading.h"
|
|
|
| namespace WebCore {
|
|
|
|
|