| Index: third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| index bb13e652112a8f9870bff8196a15524c562001f6..bc7b3230a6c05452f2e2389287b2cabbae2288dc 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| @@ -46,8 +46,8 @@
|
| #include "modules/webdatabase/SQLTransactionCallback.h"
|
| #include "modules/webdatabase/SQLTransactionErrorCallback.h"
|
| #include "modules/webdatabase/sqlite/SQLValue.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| typedef blink::protocol::Database::Backend::ExecuteSQLCallback
|
| ExecuteSQLCallback;
|
|
|