| Index: mojo/shell/network_fetcher.cc
|
| diff --git a/mojo/shell/application_manager/network_fetcher.cc b/mojo/shell/network_fetcher.cc
|
| similarity index 98%
|
| rename from mojo/shell/application_manager/network_fetcher.cc
|
| rename to mojo/shell/network_fetcher.cc
|
| index 5accc91ee787d642902278b696f332347b0b8de6..4de4d5d2a7894861ef57b734c048bafda1d57263 100644
|
| --- a/mojo/shell/application_manager/network_fetcher.cc
|
| +++ b/mojo/shell/network_fetcher.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/shell/application_manager/network_fetcher.h"
|
| +#include "mojo/shell/network_fetcher.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| @@ -23,7 +23,7 @@
|
| #include "mojo/common/data_pipe_utils.h"
|
| #include "mojo/common/url_type_converters.h"
|
| #include "mojo/services/network/public/interfaces/network_service.mojom.h"
|
| -#include "mojo/shell/application_manager/data_pipe_peek.h"
|
| +#include "mojo/shell/data_pipe_peek.h"
|
| #include "mojo/shell/switches.h"
|
|
|
| namespace mojo {
|
|
|