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

Unified Diff: shell/filename_util.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/filename_util.h
diff --git a/shell/filename_util.h b/shell/filename_util.h
index 28d0e780a9910576e031f0b578d81318a152277e..2652215d654855f621c3fc89b19668735a2ed856 100644
--- a/shell/filename_util.h
+++ b/shell/filename_util.h
@@ -11,7 +11,6 @@ namespace base {
class FilePath;
}
-namespace mojo {
namespace shell {
// Given the full path to a file name, creates a file: URL. The returned URL
@@ -23,6 +22,5 @@ GURL FilePathToFileURL(const base::FilePath& path);
GURL AddTrailingSlashIfNeeded(const GURL& url);
} // namespace shell
-} // namespace mojo
#endif // SHELL_FILENAME_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698