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

Unified Diff: shell/application_manager/query_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/application_manager/query_util.cc
diff --git a/shell/application_manager/query_util.cc b/shell/application_manager/query_util.cc
index e78f35611ef508e912eb44435e7434994da613af..aff8ee4fd35f1bb1cd2fd3be5adca5c18139e3f0 100644
--- a/shell/application_manager/query_util.cc
+++ b/shell/application_manager/query_util.cc
@@ -6,7 +6,6 @@
#include "base/strings/string_util.h"
-namespace mojo {
namespace shell {
GURL GetBaseURLAndQuery(const GURL& url, std::string* query) {
@@ -28,4 +27,3 @@ GURL GetBaseURLAndQuery(const GURL& url, std::string* query) {
}
} // namespace shell
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698