| Index: third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.h b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.h
|
| index 5f9f2e9e4b14c78a0818fc514d3abdfdae6ca28b..4a2ad60497849e749590b92e8cb19c7e1edd9821 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.h
|
| @@ -28,10 +28,10 @@
|
| #define SQLiteDatabase_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Threading.h"
|
| -#include "wtf/ThreadingPrimitives.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Threading.h"
|
| +#include "platform/wtf/ThreadingPrimitives.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| #if COMPILER(MSVC)
|
| #pragma warning(disable : 4800)
|
|
|