| Index: third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| diff --git a/third_party/WebKit/Source/platform/MemoryCoordinator.h b/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| index c48c45a6818eb30ad2de1dedd5ebd0fcda6541b4..087eb5343ab76cdfffec30950dc765878b25b534 100644
|
| --- a/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| +++ b/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| #include "public/platform/WebMemoryPressureLevel.h"
|
| #include "public/platform/WebMemoryState.h"
|
| -#include "wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|