Chromium Code Reviews| Index: Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp |
| diff --git a/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp b/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp |
| index b3eace49fc6f3e8449ae66064205af3260d0afdf..a8fc09f2013e03aee93a0b7e4e6d6190fd52e591 100644 |
| --- a/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp |
| +++ b/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp |
| @@ -35,8 +35,8 @@ |
| #include "modules/webdatabase/sqlite/SQLiteFileSystem.h" |
| #include <windows.h> |
| -#include <sqlite3.h> |
| #include "public/platform/Platform.h" |
| +#include "third_party/sqlite/sqlite3.h" |
| namespace blink { |