| Index: third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
|
| index 0414fdb9c1e1bc12e7d8390c1956d0c31e670b6f..44d29c0cf7f8a38eb40832d4bf54e73822a810fc 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinition.h
|
| @@ -9,10 +9,10 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/custom/CustomElementDescriptor.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/AtomicStringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|