Rename stdio.h wrapper file to stdio_wrapper.h.

Some projects will get build break because the comipler is confused when
searches for the standard stdio.h. Rename the wrapper file to avoid that.

renamed:    src/common/stdio.h -> src/common/stdio_wrapper.h
modified:   src/processor/minidump.cc
modified:   src/processor/dump_context.cc
modified:   src/processor/logging.cc
modified:   src/processor/minidump.cc
modified:   src/processor/minidump_processor.cc
modified:   src/processor/stackwalk_common.cc
modified:   src/processor/symbolic_constants_win.cc

R=mark@chromium.org, labath@google.com

Review URL: https://codereview.chromium.org/1864603002 .

Patch from Yunxiao Ma <yxma@google.com>.
This commit is contained in:
Yunxiao Ma 2016-04-05 15:45:30 -04:00 committed by Mark Mentovai
parent 6c8f80aa8b
commit 46359276c8
7 changed files with 9 additions and 9 deletions

View file

@ -34,7 +34,7 @@
#include <string>
#include "common/scoped_ptr.h"
#include "common/stdio.h"
#include "common/stdio_wrapper.h"
#include "common/using_std_string.h"
#include "google_breakpad/processor/call_stack.h"
#include "google_breakpad/processor/minidump.h"