| 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 fac97b88f0d1f499bd4425480b061fe5272f2b3f..d13c6331d5d9b60c56839a4cd8502949ae055dbe 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.h
|
| @@ -34,9 +34,9 @@
|
| #include "core/dom/custom/V0CustomElementDescriptor.h"
|
| #include "core/dom/custom/V0CustomElementDescriptorHash.h"
|
| #include "core/dom/custom/V0CustomElementObserver.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/LinkedHashSet.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/LinkedHashSet.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|