| Index: services/shell/public/cpp/interface_binder.h
|
| diff --git a/mojo/shell/public/cpp/interface_binder.h b/services/shell/public/cpp/interface_binder.h
|
| similarity index 82%
|
| rename from mojo/shell/public/cpp/interface_binder.h
|
| rename to services/shell/public/cpp/interface_binder.h
|
| index 9d4dada453a5e6d8bf7cc0242a8a4350e5cca3c0..98ad8956db80a7601862ca856f490b84cba49e27 100644
|
| --- a/mojo/shell/public/cpp/interface_binder.h
|
| +++ b/services/shell/public/cpp/interface_binder.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_BINDER_H_
|
| -#define MOJO_SHELL_PUBLIC_CPP_INTERFACE_BINDER_H_
|
| +#ifndef SERVICES_SHELL_PUBLIC_CPP_INTERFACE_BINDER_H_
|
| +#define SERVICES_SHELL_PUBLIC_CPP_INTERFACE_BINDER_H_
|
|
|
| #include <string>
|
|
|
| @@ -27,4 +27,4 @@ class InterfaceBinder {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_PUBLIC_CPP_INTERFACE_BINDER_H_
|
| +#endif // SERVICES_SHELL_PUBLIC_CPP_INTERFACE_BINDER_H_
|
|
|