| Index: mojo/shell/public/cpp/interface_factory.h
|
| diff --git a/mojo/application/public/cpp/interface_factory.h b/mojo/shell/public/cpp/interface_factory.h
|
| similarity index 82%
|
| rename from mojo/application/public/cpp/interface_factory.h
|
| rename to mojo/shell/public/cpp/interface_factory.h
|
| index c7dd8392360fa1c552b577c2c71db6c6424887b5..7f8f26effe5d7dbe1b3e6aa4298e58222bf146e9 100644
|
| --- a/mojo/application/public/cpp/interface_factory.h
|
| +++ b/mojo/shell/public/cpp/interface_factory.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 MOJO_APPLICATION_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
| -#define MOJO_APPLICATION_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
| +#ifndef MOJO_SHELL_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
| +#define MOJO_SHELL_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
|
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
|
|
| @@ -27,4 +27,4 @@ class InterfaceFactory {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_APPLICATION_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
| +#endif // MOJO_SHELL_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
|
|