| Index: third_party/WebKit/Source/platform/WaitableEvent.h
|
| diff --git a/third_party/WebKit/Source/platform/WaitableEvent.h b/third_party/WebKit/Source/platform/WaitableEvent.h
|
| index 9d1913f6d826dd3a75a01c31995767cc41889dfb..106b0201cb7def567eea1361069342efed9ba21a 100644
|
| --- a/third_party/WebKit/Source/platform/WaitableEvent.h
|
| +++ b/third_party/WebKit/Source/platform/WaitableEvent.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WaitableEvent_h
|
| #define WaitableEvent_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "wtf/Vector.h"
|
| #include <memory>
|
| +#include "platform/PlatformExport.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace base {
|
| class WaitableEvent;
|
|
|