| Index: examples/wget/wget.cc
|
| diff --git a/examples/wget/wget.cc b/examples/wget/wget.cc
|
| index 23be460bcf72ace85111f61fad3eda5023bf99ea..575d8cb2ba851348c9262f81c41c98192fd1cabf 100644
|
| --- a/examples/wget/wget.cc
|
| +++ b/examples/wget/wget.cc
|
| @@ -9,8 +9,8 @@
|
| #include "mojo/public/cpp/application/application_impl.h"
|
| #include "mojo/public/cpp/application/application_runner.h"
|
| #include "mojo/public/cpp/utility/run_loop.h"
|
| -#include "mojo/services/network/public/interfaces/network_service.mojom.h"
|
| -#include "mojo/services/network/public/interfaces/url_loader.mojom.h"
|
| +#include "mojo/services/network/interfaces/network_service.mojom.h"
|
| +#include "mojo/services/network/interfaces/url_loader.mojom.h"
|
|
|
| namespace mojo {
|
| namespace examples {
|
|
|