| Index: mojo/public/cpp/bindings/lib/bindings_serialization.h
 | 
| diff --git a/mojo/public/bindings/lib/bindings_serialization.h b/mojo/public/cpp/bindings/lib/bindings_serialization.h
 | 
| similarity index 91%
 | 
| rename from mojo/public/bindings/lib/bindings_serialization.h
 | 
| rename to mojo/public/cpp/bindings/lib/bindings_serialization.h
 | 
| index 1be889c2bb56bcb1c5519a00f0e92baae1ad7a48..a860b144f320321c371532c3dc5918ff4d007a37 100644
 | 
| --- a/mojo/public/bindings/lib/bindings_serialization.h
 | 
| +++ b/mojo/public/cpp/bindings/lib/bindings_serialization.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_BINDINGS_LIB_BINDINGS_SERIALIZATION_H_
 | 
| -#define MOJO_PUBLIC_BINDINGS_LIB_BINDINGS_SERIALIZATION_H_
 | 
| +#ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_BINDINGS_SERIALIZATION_H_
 | 
| +#define MOJO_PUBLIC_CPP_BINDINGS_LIB_BINDINGS_SERIALIZATION_H_
 | 
|  
 | 
|  #include <vector>
 | 
|  
 | 
| @@ -64,4 +64,4 @@ inline bool Decode(T* obj, Message* message) {
 | 
|  }  // namespace internal
 | 
|  }  // namespace mojo
 | 
|  
 | 
| -#endif  // MOJO_PUBLIC_BINDINGS_LIB_BINDINGS_SERIALIZATION_H_
 | 
| +#endif  // MOJO_PUBLIC_CPP_BINDINGS_LIB_BINDINGS_SERIALIZATION_H_
 | 
| 
 |