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

Unified Diff: shell/application_manager/query_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/application_manager/query_util.h
diff --git a/shell/application_manager/query_util.h b/shell/application_manager/query_util.h
index a4ca3f7eefe33b94c27cbbf6cd77436adbc87bb3..f08a05c601464893c9b151320ac1cb2ab47b2c55 100644
--- a/shell/application_manager/query_util.h
+++ b/shell/application_manager/query_util.h
@@ -9,7 +9,6 @@
#include "url/gurl.h"
-namespace mojo {
namespace shell {
// Returns the base URL (without the query string). If |query| is not nullptr,
@@ -18,6 +17,5 @@ namespace shell {
GURL GetBaseURLAndQuery(const GURL& url, std::string* query);
} // namespace shell
-} // namespace mojo
#endif // SHELL_APPLICATION_MANAGER_QUERY_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698