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

Unified Diff: snapshot/test/test_exception_snapshot.h

Issue 898013002: win: Fixes for minidump_file_writer_test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@minidump_test-6
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
Index: snapshot/test/test_exception_snapshot.h
diff --git a/snapshot/test/test_exception_snapshot.h b/snapshot/test/test_exception_snapshot.h
index 729f5f660a132e829bd29983fe77869fc621051c..291f6c143c79ea8be474e8e98e85be37d4190310 100644
--- a/snapshot/test/test_exception_snapshot.h
+++ b/snapshot/test/test_exception_snapshot.h
@@ -50,8 +50,8 @@ class TestExceptionSnapshot final : public ExceptionSnapshot {
void SetThreadID(uint64_t thread_id) { thread_id_ = thread_id; }
void SetException(uint32_t exception) { exception_ = exception; }
- void SetExceptionInfo(uint32_t exception_info) {
- exception_info_ = exception_info;
+ void SetExceptionInfo(uint32_t exception_information) {
Mark Mentovai 2015/02/05 14:24:32 Ha!
+ exception_info_ = exception_information;
}
void SetExceptionAddress(uint64_t exception_address) {
exception_address_ = exception_address;
« minidump/minidump_file_writer_test.cc ('K') | « minidump/minidump_file_writer_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698