| Index: third_party/WebKit/Source/core/dom/MutationObserver.h
|
| diff --git a/third_party/WebKit/Source/core/dom/MutationObserver.h b/third_party/WebKit/Source/core/dom/MutationObserver.h
|
| index 698863e9beaf3e373afaffccb83d56447ed1cbdd..347692c12c385ea982648569cd853463f50ed145 100644
|
| --- a/third_party/WebKit/Source/core/dom/MutationObserver.h
|
| +++ b/third_party/WebKit/Source/core/dom/MutationObserver.h
|
| @@ -34,10 +34,6 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/HashSet.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/RefPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|