| Index: sky/engine/core/dom/QualifiedName.cpp
|
| diff --git a/sky/engine/core/dom/QualifiedName.cpp b/sky/engine/core/dom/QualifiedName.cpp
|
| index 50f08e4302244173d754517169678a19095fe34d..279d6097aa49853911c84b7ed70c1b4eb85adb25 100644
|
| --- a/sky/engine/core/dom/QualifiedName.cpp
|
| +++ b/sky/engine/core/dom/QualifiedName.cpp
|
| @@ -17,14 +17,14 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "core/dom/QualifiedName.h"
|
| +#include "sky/engine/core/dom/QualifiedName.h"
|
|
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/MainThread.h"
|
| -#include "wtf/StaticConstructors.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
| +#include "sky/engine/wtf/HashSet.h"
|
| +#include "sky/engine/wtf/MainThread.h"
|
| +#include "sky/engine/wtf/StaticConstructors.h"
|
|
|
| namespace blink {
|
|
|
|
|