| Index: third_party/WebKit/Source/core/frame/PlatformEventDispatcher.h
|
| diff --git a/third_party/WebKit/Source/core/frame/PlatformEventDispatcher.h b/third_party/WebKit/Source/core/frame/PlatformEventDispatcher.h
|
| index 2cfcf003383bc1dca2defd46fef54a816c23d82f..efb64689052a3240005abddf9783a2255116bb2a 100644
|
| --- a/third_party/WebKit/Source/core/frame/PlatformEventDispatcher.h
|
| +++ b/third_party/WebKit/Source/core/frame/PlatformEventDispatcher.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
| class PlatformEventController;
|
|
|