| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStep.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStep.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStep.h
|
| index 88e6f2b498a9c5c2f08802dac752015ec5db7c23..6ca15afe0da249307a1e32716c7078a47d11e01e 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStep.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStep.h
|
| @@ -32,12 +32,11 @@
|
| #define V0CustomElementProcessingStep_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
| class V0CustomElementProcessingStep : public GarbageCollectedFinalized<V0CustomElementProcessingStep> {
|
| - WTF_MAKE_NONCOPYABLE(V0CustomElementProcessingStep);
|
| + DISALLOW_COPY_AND_ASSIGN(V0CustomElementProcessingStep);
|
| public:
|
| V0CustomElementProcessingStep() { }
|
|
|
|
|