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

Unified Diff: shell/filename_util.cc

Issue 972433004: Use the mojo::shell namespace consistently underly shell/. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Java! Created 5 years, 10 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 | « shell/filename_util.h ('k') | shell/launcher_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/filename_util.cc
diff --git a/shell/filename_util.cc b/shell/filename_util.cc
index 8c1e8ae23a3a0b4c39e25f6f0ec7001bf264a49a..c1b901c5a825099119c0c1fd7ef05571b2cb681c 100644
--- a/shell/filename_util.cc
+++ b/shell/filename_util.cc
@@ -12,6 +12,7 @@
#include "url/url_util.h"
namespace mojo {
+namespace shell {
// Prefix to prepend to get a file URL.
static const base::FilePath::CharType kFileURLPrefix[] =
@@ -67,4 +68,5 @@ GURL AddTrailingSlashIfNeeded(const GURL& url) {
return url.ReplaceComponents(replacements);
}
+} // namespace shell
} // namespace mojo
« no previous file with comments | « shell/filename_util.h ('k') | shell/launcher_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698