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

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

Issue 2012693002: Generate a templated Clone method for all mojo structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: mojo/public/cpp/bindings/tests/pickled_struct_blink.h
diff --git a/mojo/public/cpp/bindings/tests/pickled_struct_blink.h b/mojo/public/cpp/bindings/tests/pickled_struct_blink.h
index c763c6e94e7c511f723637ce4deb693811babc65..fc743b82b3b05aad318e474eb2a77edb87b55e99 100644
--- a/mojo/public/cpp/bindings/tests/pickled_struct_blink.h
+++ b/mojo/public/cpp/bindings/tests/pickled_struct_blink.h
@@ -32,7 +32,7 @@ class PickledStructBlink {
public:
PickledStructBlink();
PickledStructBlink(int foo, int bar);
- PickledStructBlink(PickledStructBlink&& other) = default;
+ PickledStructBlink(PickledStructBlink&& other);
~PickledStructBlink();
PickledStructBlink& operator=(PickledStructBlink&& other) = default;

Powered by Google App Engine
This is Rietveld 408576698