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

Unified Diff: mojo/runner/url_resolver.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
Index: mojo/runner/url_resolver.h
diff --git a/mojo/shell/url_resolver.h b/mojo/runner/url_resolver.h
similarity index 95%
rename from mojo/shell/url_resolver.h
rename to mojo/runner/url_resolver.h
index 03f9076d3471c9136bc6aff606d33b0749cbe389..83398f72440bb7863fd267063dfbf3f0e4bcc39e 100644
--- a/mojo/shell/url_resolver.h
+++ b/mojo/runner/url_resolver.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_URL_RESOLVER_H_
-#define SHELL_URL_RESOLVER_H_
+#ifndef MOJO_RUNNER_URL_RESOLVER_H_
+#define MOJO_RUNNER_URL_RESOLVER_H_
#include <map>
#include <set>
@@ -76,4 +76,4 @@ class URLResolver {
} // namespace shell
} // namespace mojo
-#endif // SHELL_URL_RESOLVER_H_
+#endif // MOJO_RUNNER_URL_RESOLVER_H_

Powered by Google App Engine
This is Rietveld 408576698