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

Unified Diff: minidump/minidump_writable.h

Issue 679443002: minidump: Use forward declarations in more places (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Update Created 6 years, 2 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 | « minidump/minidump_thread_writer_test.cc ('k') | minidump/minidump_writable.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: minidump/minidump_writable.h
diff --git a/minidump/minidump_writable.h b/minidump/minidump_writable.h
index 15876d4896acede4bb6210620d9be13e2a21612a..ccace8c863c714e329f0da2ab0bee4623aa7ba83 100644
--- a/minidump/minidump_writable.h
+++ b/minidump/minidump_writable.h
@@ -16,16 +16,16 @@
#define CRASHPAD_MINIDUMP_MINIDUMP_WRITABLE_H_
#include <dbghelp.h>
-#include <stdint.h>
#include <sys/types.h>
-#include <limits>
#include <vector>
#include "base/basictypes.h"
-#include "util/file/file_writer.h"
namespace crashpad {
+
+class FileWriterInterface;
+
namespace internal {
//! \brief The base class for all content that might be written to a minidump
« no previous file with comments | « minidump/minidump_thread_writer_test.cc ('k') | minidump/minidump_writable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698