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

Unified Diff: src/google_breakpad/processor/minidump.h

Issue 1211963002: Remove some old unused code, add a missing include (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Actually remove files Created 5 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 | « Makefile.in ('k') | src/processor/binarystream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/google_breakpad/processor/minidump.h
===================================================================
--- src/google_breakpad/processor/minidump.h (revision 1463)
+++ src/google_breakpad/processor/minidump.h (working copy)
@@ -79,6 +79,8 @@
#ifndef GOOGLE_BREAKPAD_PROCESSOR_MINIDUMP_H__
#define GOOGLE_BREAKPAD_PROCESSOR_MINIDUMP_H__
+#include <stdint.h>
Lei Zhang 2015/07/15 17:07:29 Is this here by accident?
+
#ifndef _WIN32
#include <unistd.h>
#endif
« no previous file with comments | « Makefile.in ('k') | src/processor/binarystream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698