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 |