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

Unified Diff: src/common/stdio_wrapper.h

Issue 1864603002: Rename stdio.h wrapper file to stdio_wrapper.h. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Fix the macro name after file renaming. Created 4 years, 8 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 | « src/common/stdio.h ('k') | src/processor/dump_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/common/stdio_wrapper.h
diff --git a/src/common/stdio.h b/src/common/stdio_wrapper.h
similarity index 92%
rename from src/common/stdio.h
rename to src/common/stdio_wrapper.h
index 1eec8a00867b0cf0fc6f5774eb373407d5d5568b..a3dd50aab66c5d72ca1cb602ea3af871ef55e273 100644
--- a/src/common/stdio.h
+++ b/src/common/stdio_wrapper.h
@@ -27,8 +27,8 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#ifndef GOOGLE_BREAKPAD_COMMON_STDIO_H
-#define GOOGLE_BREAKPAD_COMMON_STDIO_H
+#ifndef GOOGLE_BREAKPAD_COMMON_STDIO_WRAPPER_H
+#define GOOGLE_BREAKPAD_COMMON_STDIO_WRAPPER_H
#include <stdio.h>
@@ -40,4 +40,4 @@ typedef SSIZE_T ssize_t;
#endif
-#endif // GOOGLE_BREAKPAD_COMMON_STDIO_H
+#endif // GOOGLE_BREAKPAD_COMMON_STDIO_WRAPPER_H
« no previous file with comments | « src/common/stdio.h ('k') | src/processor/dump_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698