| Index: third_party/WebKit/Source/platform/LifecycleNotifier.h
|
| diff --git a/third_party/WebKit/Source/platform/LifecycleNotifier.h b/third_party/WebKit/Source/platform/LifecycleNotifier.h
|
| index 258e8832df2eb03c39940584974c7ea990e39048..b69796aa135c16248873be5c2efb44c12df45b74 100644
|
| --- a/third_party/WebKit/Source/platform/LifecycleNotifier.h
|
| +++ b/third_party/WebKit/Source/platform/LifecycleNotifier.h
|
| @@ -28,8 +28,8 @@
|
| #define LifecycleNotifier_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/AutoReset.h"
|
| -#include "wtf/HashSet.h"
|
| +#include "platform/wtf/AutoReset.h"
|
| +#include "platform/wtf/HashSet.h"
|
|
|
| namespace blink {
|
|
|
|
|