Chromium Code Reviews

Unified Diff: src/processor/dump_context.cc

Issue 1864603002: Rename stdio.h wrapper file to stdio_wrapper.h. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/processor/dump_context.cc
diff --git a/src/processor/dump_context.cc b/src/processor/dump_context.cc
index 33b02cb61283b9e540f30a9a01e30001d29f79f2..762d4fe21d7ad03c907cb7c1d77151e03da00170 100644
--- a/src/processor/dump_context.cc
+++ b/src/processor/dump_context.cc
@@ -41,7 +41,7 @@
#include <unistd.h>
#endif // _WIN32
-#include "common/stdio.h"
+#include "common/stdio_wrapper.h"
#include "processor/logging.h"
namespace google_breakpad {

Powered by Google App Engine