| Index: third_party/WebKit/Source/platform/ScriptForbiddenScope.h
|
| diff --git a/third_party/WebKit/Source/platform/ScriptForbiddenScope.h b/third_party/WebKit/Source/platform/ScriptForbiddenScope.h
|
| index 680f1c04d8a13b81dd62fed0433ffed494cb5395..f2bfd704ec4f22d3c3ea69dad7e26e4393687fe7 100644
|
| --- a/third_party/WebKit/Source/platform/ScriptForbiddenScope.h
|
| +++ b/third_party/WebKit/Source/platform/ScriptForbiddenScope.h
|
| @@ -6,9 +6,9 @@
|
| #define ScriptForbiddenScope_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/AutoReset.h"
|
| -#include "wtf/Optional.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/AutoReset.h"
|
| +#include "platform/wtf/Optional.h"
|
|
|
| namespace blink {
|
|
|
|
|