| Index: third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseResource.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseResource.h b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseResource.h
|
| index 8305a38172f4ea18863923f163aa5b077f59f3cd..f68a3aea1e2b72cb7bb8e38cf46c85dc3d3d2269 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseResource.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseResource.h
|
| @@ -33,8 +33,8 @@
|
|
|
| #include "core/inspector/protocol/Database.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| class Database;
|
|
|