| Index: mojo/public/cpp/bindings/lib/associated_interface_ptr_state.h
|
| diff --git a/mojo/public/cpp/bindings/lib/associated_interface_ptr_internal.h b/mojo/public/cpp/bindings/lib/associated_interface_ptr_state.h
|
| similarity index 96%
|
| rename from mojo/public/cpp/bindings/lib/associated_interface_ptr_internal.h
|
| rename to mojo/public/cpp/bindings/lib/associated_interface_ptr_state.h
|
| index 53d068f992a61eaefa2d2f69557181ace570c26a..41fec8981c6bd5ba6875739de4b8b9f6063892d8 100644
|
| --- a/mojo/public/cpp/bindings/lib/associated_interface_ptr_internal.h
|
| +++ b/mojo/public/cpp/bindings/lib/associated_interface_ptr_state.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_BINDINGS_LIB_ASSOCIATED_INTERFACE_PTR_INTERNAL_H_
|
| -#define MOJO_PUBLIC_CPP_BINDINGS_LIB_ASSOCIATED_INTERFACE_PTR_INTERNAL_H_
|
| +#ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_ASSOCIATED_INTERFACE_PTR_STATE_H_
|
| +#define MOJO_PUBLIC_CPP_BINDINGS_LIB_ASSOCIATED_INTERFACE_PTR_STATE_H_
|
|
|
| #include <algorithm> // For |std::swap()|.
|
|
|
| @@ -129,4 +129,4 @@ class AssociatedInterfacePtrState {
|
| } // namespace internal
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_PUBLIC_CPP_BINDINGS_LIB_ASSOCIATED_INTERFACE_PTR_INTERNAL_H_
|
| +#endif // MOJO_PUBLIC_CPP_BINDINGS_LIB_ASSOCIATED_INTERFACE_PTR_STATE_H_
|
|
|