| Index: mojo/public/cpp/bindings/lib/wtf_serialization.h
|
| diff --git a/mojo/public/cpp/bindings/lib/wtf_serialization.h b/mojo/public/cpp/bindings/lib/wtf_serialization.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..11733ec642761f18ed065f366178ee9d1a5073bb
|
| --- /dev/null
|
| +++ b/mojo/public/cpp/bindings/lib/wtf_serialization.h
|
| @@ -0,0 +1,10 @@
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| +// 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_WTF_SERIALIZATION_H_
|
| +#define MOJO_PUBLIC_CPP_BINDINGS_LIB_WTF_SERIALIZATION_H_
|
| +
|
| +#include "mojo/public/cpp/bindings/lib/wtf_string_serialization.h"
|
| +
|
| +#endif // MOJO_PUBLIC_CPP_BINDINGS_LIB_WTF_SERIALIZATION_H_
|
|
|