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

Unified Diff: shell/url_resolver.h

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.h
diff --git a/shell/url_resolver.h b/shell/url_resolver.h
index bc7b7c81b373487ff7ccd3f949f5fac955233011..904ab8229c4f496b8022458daf8337ad9bce64de 100644
--- a/shell/url_resolver.h
+++ b/shell/url_resolver.h
@@ -12,7 +12,6 @@
#include "base/files/file_path.h"
#include "url/gurl.h"
-namespace mojo {
namespace shell {
// This class supports the mapping of URLs to other URLs.
@@ -73,6 +72,5 @@ class URLResolver {
};
} // namespace shell
-} // namespace mojo
#endif // SHELL_URL_RESOLVER_H_

Powered by Google App Engine
This is Rietveld 408576698