Index: Source/core/platform/sql/SQLiteDatabase.h |
diff --git a/Source/core/platform/sql/SQLiteDatabase.h b/Source/core/platform/sql/SQLiteDatabase.h |
index f15508c40a0f91cf92fe8872113dc0d41a171efb..3ea8bd2b54e26734ee74dd7e8830cd13755abbcc 100644 |
--- a/Source/core/platform/sql/SQLiteDatabase.h |
+++ b/Source/core/platform/sql/SQLiteDatabase.h |
@@ -27,9 +27,9 @@ |
#ifndef SQLiteDatabase_h |
#define SQLiteDatabase_h |
-#include <wtf/Threading.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" |
#if COMPILER(MSVC) |
#pragma warning(disable: 4800) |