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

Unified Diff: shell/filename_util.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/filename_util.cc
diff --git a/shell/filename_util.cc b/shell/filename_util.cc
index c045a8d3dec2f635437c33e434ae88f9d8797b9a..2dbdd11b10b8fa4e1d9b8eea0af9bf800c268c8e 100644
--- a/shell/filename_util.cc
+++ b/shell/filename_util.cc
@@ -11,7 +11,6 @@
#include "url/url_canon_internal.h"
#include "url/url_util.h"
-namespace mojo {
namespace shell {
// Prefix to prepend to get a file URL.
@@ -67,4 +66,3 @@ GURL AddTrailingSlashIfNeeded(const GURL& url) {
}
} // namespace shell
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698