Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1119)

Unified Diff: mojo/runner/url_resolver.h

Issue 1107233002: Move runner stuff into a runner namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/runner/task_runners.cc ('k') | mojo/runner/url_resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/url_resolver.h
diff --git a/mojo/runner/url_resolver.h b/mojo/runner/url_resolver.h
index 83398f72440bb7863fd267063dfbf3f0e4bcc39e..35b253de90c316d00d9ceaa0e51948291fad7f94 100644
--- a/mojo/runner/url_resolver.h
+++ b/mojo/runner/url_resolver.h
@@ -14,7 +14,7 @@
#include "url/gurl.h"
namespace mojo {
-namespace shell {
+namespace runner {
// This class supports the mapping of URLs to other URLs.
// It's commonly used with mojo: URL, to provide a physical location (i.e.
@@ -73,7 +73,7 @@ class URLResolver {
DISALLOW_COPY_AND_ASSIGN(URLResolver);
};
-} // namespace shell
+} // namespace runner
} // namespace mojo
#endif // MOJO_RUNNER_URL_RESOLVER_H_
« no previous file with comments | « mojo/runner/task_runners.cc ('k') | mojo/runner/url_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698