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

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: fixed include order, rebased 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..f48776906a1ff8c9d52a5a8b2c92a3e886ee1ad5 100644
--- a/webkit/glue/cpp_binding_example.cc
+++ b/webkit/glue/cpp_binding_example.cc
@@ -7,6 +7,8 @@
#include "cpp_binding_example.h"
+#include <stdio.h>
+
#include "base/bind.h"
#include "base/bind_helpers.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