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

Unified Diff: shell/application_manager/identity.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/identity.cc
diff --git a/shell/application_manager/identity.cc b/shell/application_manager/identity.cc
index ea221da4b266ed0542a5d2b405cff943715491d0..c40a73cfb03110938054be5f76ad1c7ae7eb100b 100644
--- a/shell/application_manager/identity.cc
+++ b/shell/application_manager/identity.cc
@@ -6,14 +6,12 @@
#include "shell/application_manager/query_util.h"
-namespace mojo {
namespace shell {
Identity::Identity(const GURL& url, const std::string& qualifier)
: url(GetBaseURLAndQuery(url, nullptr)), qualifier(qualifier) {
}
-// explicit
Identity::Identity(const GURL& base_url)
: url(GetBaseURLAndQuery(base_url, nullptr)), qualifier(url.spec()) {
}
@@ -25,4 +23,3 @@ bool Identity::operator<(const Identity& other) const {
}
} // namespace shell
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698