| Index: third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
|
| index 33a60cc75bf18832477d22e600f03f484ba53c29..a25ffb5ae32373998325e7653bc27326bd3ed1d4 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
|
| @@ -32,8 +32,8 @@
|
|
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/SafePoint.h"
|
| +#include "platform/wtf/text/CString.h"
|
| #include "third_party/sqlite/sqlite3.h"
|
| -#include "wtf/text/CString.h"
|
|
|
| // SQLiteFileSystem::registerSQLiteVFS() is implemented in the
|
| // platform-specific files SQLiteFileSystemChromium{Win|Posix}.cpp
|
|
|