| Index: third_party/WebKit/Source/core/dom/QualifiedName.h
|
| diff --git a/third_party/WebKit/Source/core/dom/QualifiedName.h b/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| index f5f099a80ded21f7a75ded22ec469d5666565f35..f289cccf41f48f79cea6f32c4b0687f82ff4b3d7 100644
|
| --- a/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| +++ b/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| @@ -22,11 +22,11 @@
|
| #define QualifiedName_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashTableDeletedValueType.h"
|
| -#include "wtf/HashTraits.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashTableDeletedValueType.h"
|
| +#include "platform/wtf/HashTraits.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|