| Index: sky/engine/core/inspector/InspectorBaseAgent.cpp
|
| diff --git a/sky/engine/core/inspector/InspectorBaseAgent.cpp b/sky/engine/core/inspector/InspectorBaseAgent.cpp
|
| index 86a3f66abc3a1c96ac32c6789a16b1220b894787..f97d745739cd1f13d4cc89d222c4c2e92d21841d 100644
|
| --- a/sky/engine/core/inspector/InspectorBaseAgent.cpp
|
| +++ b/sky/engine/core/inspector/InspectorBaseAgent.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/inspector/InspectorBaseAgent.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/inspector/InspectorBaseAgent.h"
|
|
|
| -#include "core/inspector/InspectorState.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| +#include "sky/engine/core/inspector/InspectorState.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|