| Index: third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h b/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h | 
| index a6eeeef78d064b3bc0c6a170fc0f810a4b865634..4189194958b0967cf761c743a72591b04bdd35a2 100644 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h | 
| @@ -11,13 +11,15 @@ | 
|  | 
| #include "bindings/core/v8/Dictionary.h" | 
| #include "bindings/core/v8/ExceptionState.h" | 
| +#include "bindings/core/v8/V8ArrayBufferView.h" | 
| #include "bindings/core/v8/V8Binding.h" | 
| +#include "bindings/core/v8/V8Uint8Array.h" | 
| #include "core/CoreExport.h" | 
| +#include "core/dom/FlexibleArrayBufferView.h" | 
| #include "platform/heap/Handle.h" | 
|  | 
| namespace blink { | 
|  | 
| -class DOMUint8Array; | 
| class TestInterface2; | 
|  | 
| class CORE_EXPORT TestInterface2OrUint8Array final { | 
|  |