Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: mojo/public/cpp/bindings/array_traits_wtf.h

Issue 1967703004: Mojo C++ bindings: add StringTraits and ArrayTraits for STL types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@27_update_users
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/cpp/bindings/array_traits_stl.h ('k') | mojo/public/cpp/bindings/lib/array_traits_standard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/array_traits_wtf.h
diff --git a/mojo/public/cpp/bindings/lib/array_traits_wtf.h b/mojo/public/cpp/bindings/array_traits_wtf.h
similarity index 85%
rename from mojo/public/cpp/bindings/lib/array_traits_wtf.h
rename to mojo/public/cpp/bindings/array_traits_wtf.h
index 0ee128bcd3d2e0ec6d10b530129e3dd90765dc13..71f1da1116aa2916de9f3b74b9504fd6c326fea2 100644
--- a/mojo/public/cpp/bindings/lib/array_traits_wtf.h
+++ b/mojo/public/cpp/bindings/array_traits_wtf.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_ARRAY_TRAITS_WTF_H_
-#define MOJO_PUBLIC_CPP_BINDINGS_LIB_ARRAY_TRAITS_WTF_H_
+#ifndef MOJO_PUBLIC_CPP_BINDINGS_ARRAY_TRAITS_WTF_H_
+#define MOJO_PUBLIC_CPP_BINDINGS_ARRAY_TRAITS_WTF_H_
#include "mojo/public/cpp/bindings/array_traits.h"
#include "mojo/public/cpp/bindings/wtf_array.h"
@@ -34,4 +34,4 @@ struct ArrayTraits<WTFArray<U>> {
} // namespace mojo
-#endif // MOJO_PUBLIC_CPP_BINDINGS_LIB_ARRAY_TRAITS_WTF_H_
+#endif // MOJO_PUBLIC_CPP_BINDINGS_ARRAY_TRAITS_WTF_H_
« no previous file with comments | « mojo/public/cpp/bindings/array_traits_stl.h ('k') | mojo/public/cpp/bindings/lib/array_traits_standard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698