| Index: mojo/shell/query_util.h
|
| diff --git a/mojo/shell/application_manager/query_util.h b/mojo/shell/query_util.h
|
| similarity index 78%
|
| rename from mojo/shell/application_manager/query_util.h
|
| rename to mojo/shell/query_util.h
|
| index a4ca3f7eefe33b94c27cbbf6cd77436adbc87bb3..a1f0ac77a7c4bd84581595e22dfba7cdb4c928a6 100644
|
| --- a/mojo/shell/application_manager/query_util.h
|
| +++ b/mojo/shell/query_util.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SHELL_APPLICATION_MANAGER_QUERY_UTIL_H_
|
| -#define SHELL_APPLICATION_MANAGER_QUERY_UTIL_H_
|
| +#ifndef MOJO_SHELL_QUERY_UTIL_H_
|
| +#define MOJO_SHELL_QUERY_UTIL_H_
|
|
|
| #include <utility>
|
|
|
| @@ -20,4 +20,4 @@ GURL GetBaseURLAndQuery(const GURL& url, std::string* query);
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // SHELL_APPLICATION_MANAGER_QUERY_UTIL_H_
|
| +#endif // MOJO_SHELL_QUERY_UTIL_H_
|
|
|