| Index: sky/engine/core/dom/IncrementLoadEventDelayCount.cpp
|
| diff --git a/sky/engine/core/dom/IncrementLoadEventDelayCount.cpp b/sky/engine/core/dom/IncrementLoadEventDelayCount.cpp
|
| index 920eff446fdae3905a16a5802494c7afb8559e87..fdd576d768e3cd887ccdf0906e6e60915c3cf178 100644
|
| --- a/sky/engine/core/dom/IncrementLoadEventDelayCount.cpp
|
| +++ b/sky/engine/core/dom/IncrementLoadEventDelayCount.cpp
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "core/dom/IncrementLoadEventDelayCount.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/IncrementLoadEventDelayCount.h"
|
|
|
| -#include "core/dom/Document.h"
|
| +#include "sky/engine/core/dom/Document.h"
|
|
|
| namespace blink {
|
|
|
|
|