| 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
|
|
|