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

Unified Diff: mojo/public/cpp/bindings/tests/struct_with_traits_impl.h

Issue 1832703002: Mojo: Simplify typemap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-bindings-variant-import
Patch Set: add missing mash dependency Created 4 years, 8 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
Index: mojo/public/cpp/bindings/tests/struct_with_traits_impl.h
diff --git a/mojo/public/cpp/bindings/tests/struct_with_traits_impl.h b/mojo/public/cpp/bindings/tests/struct_with_traits_impl.h
index b10c8b3f36fe2d6bb6a2cbb94d8143ecdb303002..3ba8ef6430abf59f925d9450e4d5ff2cc4928ca6 100644
--- a/mojo/public/cpp/bindings/tests/struct_with_traits_impl.h
+++ b/mojo/public/cpp/bindings/tests/struct_with_traits_impl.h
@@ -10,16 +10,10 @@
#include <string>
#include "base/strings/string_piece.h"
-#include "mojo/public/cpp/bindings/struct_traits.h"
namespace mojo {
namespace test {
-// The mojom types are forward-declared to avoid circular dependencies between
-// this and generated headers.
-class StructWithTraits;
-class StructWithTraits_Reader;
-
// A type which knows how to look like a mojo::test::StructWithTraits mojom type
// by way of mojo::StructTraits.
class StructWithTraitsImpl {

Powered by Google App Engine
This is Rietveld 408576698