| Index: mojo/shell/local_fetcher.h
|
| diff --git a/mojo/shell/application_manager/local_fetcher.h b/mojo/shell/local_fetcher.h
|
| similarity index 85%
|
| rename from mojo/shell/application_manager/local_fetcher.h
|
| rename to mojo/shell/local_fetcher.h
|
| index 843108fdcc8858d7e7afa4fd1cb5125b1ce08cb1..774fdfbd6ab19c7014ffa46fe0da93022e0615b9 100644
|
| --- a/mojo/shell/application_manager/local_fetcher.h
|
| +++ b/mojo/shell/local_fetcher.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SHELL_APPLICATION_MANAGER_LOCAL_FETCHER_H_
|
| -#define SHELL_APPLICATION_MANAGER_LOCAL_FETCHER_H_
|
| +#ifndef MOJO_SHELL_LOCAL_FETCHER_H_
|
| +#define MOJO_SHELL_LOCAL_FETCHER_H_
|
|
|
| #include "base/files/file_path.h"
|
| #include "mojo/services/network/public/interfaces/url_loader.mojom.h"
|
| -#include "mojo/shell/application_manager/fetcher.h"
|
| +#include "mojo/shell/fetcher.h"
|
| #include "url/gurl.h"
|
|
|
| namespace mojo {
|
| @@ -48,4 +48,4 @@ class LocalFetcher : public Fetcher {
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // SHELL_APPLICATION_MANAGER_LOCAL_FETCHER_H_
|
| +#endif // MOJO_SHELL_LOCAL_FETCHER_H_
|
|
|