Index: mojo/fetcher/about_fetcher.h |
diff --git a/mojo/runner/about_fetcher.h b/mojo/fetcher/about_fetcher.h |
similarity index 91% |
rename from mojo/runner/about_fetcher.h |
rename to mojo/fetcher/about_fetcher.h |
index c9bbff78737de2694a2d287db4a4355a9c4ca356..456125a284ef22f573cbc5e0d31380d1ee7fc8a2 100644 |
--- a/mojo/runner/about_fetcher.h |
+++ b/mojo/fetcher/about_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_RUNNER_ABOUT_FETCHER_H_ |
-#define MOJO_RUNNER_ABOUT_FETCHER_H_ |
+#ifndef MOJO_FETCHER_ABOUT_FETCHER_H_ |
+#define MOJO_FETCHER_ABOUT_FETCHER_H_ |
#include "mojo/shell/fetcher.h" |
@@ -12,7 +12,7 @@ |
#include "url/gurl.h" |
namespace mojo { |
-namespace runner { |
+namespace fetcher { |
// Implements Fetcher for about: URLs. |
class AboutFetcher : public shell::Fetcher { |
@@ -52,7 +52,7 @@ class AboutFetcher : public shell::Fetcher { |
DISALLOW_COPY_AND_ASSIGN(AboutFetcher); |
}; |
-} // namespace runner |
+} // namespace fetcher |
} // namespace mojo |
-#endif // MOJO_RUNNER_ABOUT_FETCHER_H_ |
+#endif // MOJO_FETCHER_ABOUT_FETCHER_H_ |