| Index: mojo/fetcher/about_fetcher.cc
|
| diff --git a/mojo/runner/about_fetcher.cc b/mojo/fetcher/about_fetcher.cc
|
| similarity index 97%
|
| rename from mojo/runner/about_fetcher.cc
|
| rename to mojo/fetcher/about_fetcher.cc
|
| index e521b80b019c390190e6dc02094bc0262da6f1cd..ba3fed8396c2c0fb4f2693852f97b37a25117bd8 100644
|
| --- a/mojo/runner/about_fetcher.cc
|
| +++ b/mojo/fetcher/about_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/runner/about_fetcher.h"
|
| +#include "mojo/fetcher/about_fetcher.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/files/file_path.h"
|
| @@ -11,7 +11,7 @@
|
| #include "base/message_loop/message_loop.h"
|
|
|
| namespace mojo {
|
| -namespace runner {
|
| +namespace fetcher {
|
| namespace {
|
|
|
| void RunFetcherCallback(const shell::Fetcher::FetchCallback& callback,
|
| @@ -107,5 +107,5 @@ bool AboutFetcher::PeekFirstLine(std::string* line) {
|
| return false;
|
| }
|
|
|
| -} // namespace runner
|
| +} // namespace fetcher
|
| } // namespace mojo
|
|
|