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

Unified Diff: shell/filename_util.h

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/context.h ('k') | shell/filename_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/filename_util.h
diff --git a/shell/filename_util.h b/shell/filename_util.h
index 4dae84a77cf8cd249afdfbfbf237bfb06730ec91..28d0e780a9910576e031f0b578d81318a152277e 100644
--- a/shell/filename_util.h
+++ b/shell/filename_util.h
@@ -12,6 +12,7 @@ class FilePath;
}
namespace mojo {
+namespace shell {
// Given the full path to a file name, creates a file: URL. The returned URL
// may not be valid if the input is malformed.
@@ -21,6 +22,7 @@ GURL FilePathToFileURL(const base::FilePath& path);
// slash so that GURL.Resolve(...) works correctly.
GURL AddTrailingSlashIfNeeded(const GURL& url);
+} // namespace shell
} // namespace mojo
#endif // SHELL_FILENAME_UTIL_H_
« no previous file with comments | « shell/context.h ('k') | shell/filename_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698