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

Unified Diff: mojo/shell/query_util.h

Issue 1091513005: Separate mojo/shell into a runner and the application manager (shell) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
« no previous file with comments | « mojo/shell/out_of_process_native_runner.cc ('k') | mojo/shell/query_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « mojo/shell/out_of_process_native_runner.cc ('k') | mojo/shell/query_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698