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

Unified Diff: shell/url_resolver.cc

Issue 1067173003: Remove mojo:: part of mojo::shell:: nested namespace in //shell. (Closed) Base URL: https://github.com/domokit/mojo.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
Index: shell/url_resolver.cc
diff --git a/shell/url_resolver.cc b/shell/url_resolver.cc
index eafcc0ab8db801f210f48ed5ceb793a9fb0e021a..5722b0bdf3d8ee3f9dac11cfc2ae7346bf1d7e9f 100644
--- a/shell/url_resolver.cc
+++ b/shell/url_resolver.cc
@@ -12,7 +12,6 @@
#include "shell/switches.h"
#include "url/url_util.h"
-namespace mojo {
namespace shell {
URLResolver::URLResolver() {
@@ -108,4 +107,3 @@ GURL URLResolver::ResolveMojoURL(const GURL& mojo_url) const {
}
} // namespace shell
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698