| Index: sky/engine/platform/fetcher/MojoFetcher.cpp
|
| diff --git a/sky/engine/platform/fetcher/MojoFetcher.cpp b/sky/engine/platform/fetcher/MojoFetcher.cpp
|
| index 3edd90970ba9dc23959cf5ae1bc92dbc23b48a7e..140c83b89589c94a9fe39c368fed1a1a8da6dd28 100644
|
| --- a/sky/engine/platform/fetcher/MojoFetcher.cpp
|
| +++ b/sky/engine/platform/fetcher/MojoFetcher.cpp
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "platform/fetcher/MojoFetcher.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/fetcher/MojoFetcher.h"
|
|
|
| #include "base/bind.h"
|
| #include "mojo/services/public/interfaces/network/network_service.mojom.h"
|
| -#include "platform/weborigin/KURL.h"
|
| -#include "public/platform/Platform.h"
|
| +#include "sky/engine/platform/weborigin/KURL.h"
|
| +#include "sky/engine/public/platform/Platform.h"
|
|
|
| namespace blink {
|
|
|
|
|