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

Unified Diff: tools/json_schema_compiler/any.h

Issue 11572061: Create DeclarativeConditionSet, DeclarativeActionSet, and DeclarativeRule templates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix kalman's nit Created 7 years, 11 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 | « chrome/chrome_tests_unit.gypi ('k') | tools/json_schema_compiler/any.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/json_schema_compiler/any.h
diff --git a/tools/json_schema_compiler/any.h b/tools/json_schema_compiler/any.h
index 9e44048b20cbf61aa7d6df0d0510e69cbc8e7319..83b84d6e0d3de75047d73fb464b02e806b96482f 100644
--- a/tools/json_schema_compiler/any.h
+++ b/tools/json_schema_compiler/any.h
@@ -19,6 +19,7 @@ namespace any {
class Any {
public:
Any();
+ explicit Any(scoped_ptr<base::Value> from_value);
~Any();
// Initializes the Value in this Any. Fails if already initialized.
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | tools/json_schema_compiler/any.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698