| Index: third_party/WebKit/Source/modules/webdatabase/SQLStatementBackend.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLStatementBackend.cpp b/third_party/WebKit/Source/modules/webdatabase/SQLStatementBackend.cpp
|
| index 180618a5bfce61376902477f05b7feb8ec54735f..f29cec8945dc4feab18cf198673b632a5ac26a43 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLStatementBackend.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLStatementBackend.cpp
|
| @@ -34,7 +34,7 @@
|
| #include "modules/webdatabase/StorageLog.h"
|
| #include "modules/webdatabase/sqlite/SQLiteDatabase.h"
|
| #include "modules/webdatabase/sqlite/SQLiteStatement.h"
|
| -#include "wtf/text/CString.h"
|
| +#include "platform/wtf/text/CString.h"
|
|
|
| // The Life-Cycle of a SQLStatement i.e. Who's keeping the SQLStatement alive?
|
| // ==========================================================================
|
|
|