| Index: third_party/WebKit/Source/core/events/ScopedEventQueue.h
|
| diff --git a/third_party/WebKit/Source/core/events/ScopedEventQueue.h b/third_party/WebKit/Source/core/events/ScopedEventQueue.h
|
| index 34ead77ba96dfb631eeca2124898506bbaf3d6cd..8ba7aded3757ac324fbcd5f75e1814067253b161 100644
|
| --- a/third_party/WebKit/Source/core/events/ScopedEventQueue.h
|
| +++ b/third_party/WebKit/Source/core/events/ScopedEventQueue.h
|
| @@ -33,10 +33,10 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|