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