| Index: mojo/fetcher/update_fetcher.h
|
| diff --git a/mojo/shell/update_fetcher.h b/mojo/fetcher/update_fetcher.h
|
| similarity index 86%
|
| rename from mojo/shell/update_fetcher.h
|
| rename to mojo/fetcher/update_fetcher.h
|
| index 26c82df40cf42c4baff02b9187ccc118a7c631e2..6fa6dafda32742c8a94126d6d4747a13138a7eb1 100644
|
| --- a/mojo/shell/update_fetcher.h
|
| +++ b/mojo/fetcher/update_fetcher.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SHELL_UPDATE_FETCHER_H_
|
| -#define MOJO_SHELL_UPDATE_FETCHER_H_
|
| +#ifndef MOJO_FETCHER_UPDATE_FETCHER_H_
|
| +#define MOJO_FETCHER_UPDATE_FETCHER_H_
|
|
|
| #include "mojo/shell/fetcher.h"
|
|
|
| @@ -16,9 +16,9 @@ namespace mojo {
|
|
|
| class URLLoaderFactory;
|
|
|
| -namespace shell {
|
| +namespace fetcher {
|
|
|
| -class UpdateFetcher : public Fetcher {
|
| +class UpdateFetcher : public shell::Fetcher {
|
| public:
|
| UpdateFetcher(const GURL& url,
|
| updater::Updater* updater,
|
| @@ -49,7 +49,7 @@ class UpdateFetcher : public Fetcher {
|
| DISALLOW_COPY_AND_ASSIGN(UpdateFetcher);
|
| };
|
|
|
| -} // namespace shell
|
| +} // namespace fetcher
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_UPDATE_FETCHER_H_
|
| +#endif // MOJO_FETCHER_UPDATE_FETCHER_H_
|
|
|