Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.h |
diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.h |
index 53ca68f4d27a07dd43cc1c64eb45fc3e5c1d7673..4daf49cfb3cc60da1cc8977426e6730f87fe7218 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.h |
+++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.h |
@@ -36,12 +36,11 @@ |
#include "core/dom/custom/V0CustomElementObserver.h" |
#include "wtf/HashMap.h" |
#include "wtf/LinkedHashSet.h" |
-#include "wtf/Noncopyable.h" |
namespace blink { |
class V0CustomElementUpgradeCandidateMap final : public V0CustomElementObserver { |
- WTF_MAKE_NONCOPYABLE(V0CustomElementUpgradeCandidateMap); |
+ DISALLOW_COPY_AND_ASSIGN(V0CustomElementUpgradeCandidateMap); |
public: |
static V0CustomElementUpgradeCandidateMap* create(); |
~V0CustomElementUpgradeCandidateMap() override; |