| Index: mojo/application/public/cpp/interface_factory.h
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/application/interface_factory.h b/mojo/application/public/cpp/interface_factory.h
|
| similarity index 83%
|
| rename from third_party/mojo/src/mojo/public/cpp/application/interface_factory.h
|
| rename to mojo/application/public/cpp/interface_factory.h
|
| index 8840fcb8eaf591678dcd4f109b6f88624bb058d1..cd7f6e16c607a7419561596327f44c5e4c474cbc 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/application/interface_factory.h
|
| +++ b/mojo/application/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_PUBLIC_CPP_APPLICATION_INTERFACE_FACTORY_H_
|
| -#define MOJO_PUBLIC_CPP_APPLICATION_INTERFACE_FACTORY_H_
|
| +#ifndef MOJO_APPLICATION_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
| +#define MOJO_APPLICATION_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
|
|
| #include "mojo/public/cpp/bindings/interface_impl.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| @@ -28,4 +28,4 @@ class InterfaceFactory {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_PUBLIC_CPP_APPLICATION_INTERFACE_FACTORY_H_
|
| +#endif // MOJO_APPLICATION_PUBLIC_CPP_INTERFACE_FACTORY_H_
|
|
|