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 e5211114d333f81b53227ce589e8b1533d00ca5b..8ca75eb46eaa6bda1f36f39483e0d10bd0ed9698 100644 |
--- a/third_party/WebKit/Source/core/dom/MutationObserver.h |
+++ b/third_party/WebKit/Source/core/dom/MutationObserver.h |
@@ -32,10 +32,10 @@ |
#define MutationObserver_h |
#include "base/gtest_prod_util.h" |
-#include "bindings/core/v8/TraceWrapperMember.h" |
#include "core/CoreExport.h" |
#include "core/dom/ExecutionContext.h" |
#include "platform/bindings/ScriptWrappable.h" |
+#include "platform/bindings/TraceWrapperMember.h" |
#include "platform/heap/Handle.h" |
#include "platform/wtf/HashSet.h" |
#include "platform/wtf/Vector.h" |