| Index: mojo/shell/public/cpp/content_handler_factory.h
|
| diff --git a/mojo/application/public/cpp/content_handler_factory.h b/mojo/shell/public/cpp/content_handler_factory.h
|
| similarity index 85%
|
| rename from mojo/application/public/cpp/content_handler_factory.h
|
| rename to mojo/shell/public/cpp/content_handler_factory.h
|
| index f27c1752c37ddfbd6fad5184d91ec9eadee8ec4c..4bcb81e5a3962c0ce30fb8f36fe0eb6dbad5b5cb 100644
|
| --- a/mojo/application/public/cpp/content_handler_factory.h
|
| +++ b/mojo/shell/public/cpp/content_handler_factory.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_APPLICATION_PUBLIC_CPP_CONTENT_HANDLER_FACTORY_H_
|
| -#define MOJO_APPLICATION_PUBLIC_CPP_CONTENT_HANDLER_FACTORY_H_
|
| +#ifndef MOJO_SHELL_PUBLIC_CPP_CONTENT_HANDLER_FACTORY_H_
|
| +#define MOJO_SHELL_PUBLIC_CPP_CONTENT_HANDLER_FACTORY_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "mojo/application/public/cpp/interface_factory.h"
|
| -#include "mojo/application/public/interfaces/content_handler.mojom.h"
|
| -#include "mojo/application/public/interfaces/shell.mojom.h"
|
| #include "mojo/services/network/public/interfaces/url_loader.mojom.h"
|
| +#include "mojo/shell/public/cpp/interface_factory.h"
|
| +#include "mojo/shell/public/interfaces/content_handler.mojom.h"
|
| +#include "mojo/shell/public/interfaces/shell.mojom.h"
|
|
|
| namespace mojo {
|
|
|
| @@ -78,4 +78,4 @@ make_handled_factory_holder(A* value) {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_APPLICATION_PUBLIC_CPP_CONTENT_HANDLER_FACTORY_H_
|
| +#endif // MOJO_SHELL_PUBLIC_CPP_CONTENT_HANDLER_FACTORY_H_
|
|
|