| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.h b/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.h
|
| index 6e5c9f00c97f5dc19a583da8d9fac7763424a40d..57dccd2aca3992e523e3de0d4eec6a17e221a3f7 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.h
|
| @@ -29,8 +29,8 @@
|
| #define DatabaseAuthorizer_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 {
|
|
|
|
|