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