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

Unified Diff: lib/Forward_h.template

Issue 2468923002: [inspector_protocol] support fall through and moveable Maybe (Closed)
Patch Set: added missing std::move Created 4 years, 1 month 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 | « lib/DispatcherBase_h.template ('k') | lib/Maybe_h.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Forward_h.template
diff --git a/lib/Forward_h.template b/lib/Forward_h.template
index 2ad3897ba9d3e4194dc8ed8a83fffa1ed957c3d9..93de83a4bdb11b8d1f967ca58c300cfbabea2652 100644
--- a/lib/Forward_h.template
+++ b/lib/Forward_h.template
@@ -19,12 +19,14 @@ namespace {{namespace}} {
template<typename T> class Array;
class DictionaryValue;
+class DispatchResponse;
using ErrorString = String;
class ErrorSupport;
class FundamentalValue;
class ListValue;
template<typename T> class Maybe;
class Object;
+using Response = DispatchResponse;
class SerializedValue;
class StringValue;
class UberDispatcher;
« no previous file with comments | « lib/DispatcherBase_h.template ('k') | lib/Maybe_h.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698