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