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

Unified Diff: webkit/glue/cpp_binding_example.cc

Issue 10634037: webkit: Include stdio.h in cpp_binding_example (Closed) Base URL: https://git.chromium.org/git/chromium/src@master
Patch Set: Created 8 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/cpp_binding_example.cc
diff --git a/webkit/glue/cpp_binding_example.cc b/webkit/glue/cpp_binding_example.cc
index 7db5c5fdb78a3fe4fb8b7589fa8a74f8791a4241..c3543a5970adadcadd6b048eab9c16819a8ee415 100644
--- a/webkit/glue/cpp_binding_example.cc
+++ b/webkit/glue/cpp_binding_example.cc
@@ -5,6 +5,8 @@
// This file contains the definition for CppBindingExample, which is used in
// cpp_bound_class_unittest.
+#include <stdio.h>
Xianzhu 2012/06/26 13:14:15 Please move this line below '#include "cpp_binding
Simon Que 2012/06/26 19:17:50 Done.
+
#include "cpp_binding_example.h"
#include "base/bind.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698