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

Unified Diff: snapshot/test/test_process_snapshot.h

Issue 902803002: win: Fixes for minidump_misc_info_writer_test.cc (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@minidump_test-13
Patch Set: Created 5 years, 10 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_misc_info_writer_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/test/test_process_snapshot.h
diff --git a/snapshot/test/test_process_snapshot.h b/snapshot/test/test_process_snapshot.h
index 25550ccca6c14a8639e49be9625f1fa70403a491..890ca5aa256460d358cc6ca12fa9b743735c902b 100644
--- a/snapshot/test/test_process_snapshot.h
+++ b/snapshot/test/test_process_snapshot.h
@@ -24,15 +24,14 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "snapshot/exception_snapshot.h"
+#include "snapshot/module_snapshot.h"
Mark Mentovai 2015/02/05 14:48:36 You can remove the #includes for module_snapshot.h
scottmg 2015/02/05 17:24:52 Done.
#include "snapshot/process_snapshot.h"
#include "snapshot/system_snapshot.h"
+#include "snapshot/thread_snapshot.h"
#include "util/stdlib/pointer_container.h"
namespace crashpad {
Mark Mentovai 2015/02/05 14:48:36 You can get rid of this blank line too, since ther
scottmg 2015/02/05 17:24:52 Done.
-class ModuleSnapshot;
-class ThreadSnapshot;
-
namespace test {
//! \brief A test ProcessSnapshot that can carry arbitrary data for testing
« no previous file with comments | « minidump/minidump_misc_info_writer_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698