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

Unified Diff: mojom/generators/c/c_generator.go

Issue 2163793002: C bindings: Implement _Validate(), and some pre-requisites (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: share common validation utility code between c/c++ tests. remove generating __HasResponse for inte… Created 4 years, 5 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: mojom/generators/c/c_generator.go
diff --git a/mojom/generators/c/c_generator.go b/mojom/generators/c/c_generator.go
index 05d9c50e2e7cffcf221ebb0ff1da02a0e74cba76..79b81e2e2ae0ef39afdb4eab8e11a1302cd8621b 100644
--- a/mojom/generators/c/c_generator.go
+++ b/mojom/generators/c/c_generator.go
@@ -1,4 +1,3 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
viettrungluu 2016/07/28 23:03:01 You didn't mean to delete this line.
vardhan 2016/07/29 21:29:22 I don't know why, but this keeps happening (and us
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

Powered by Google App Engine
This is Rietveld 408576698