From 24c359d32937bc99e3c818cce14939a2b31b6563 Mon Sep 17 00:00:00 2001 From: Roman Margold Date: Wed, 1 Feb 2017 16:26:39 -0800 Subject: Revert "Several fixes for broken Mac build" This reverts commit 5c521532fc0a1b65f42c0d61d2da206eadf318b8. --- src/google_breakpad/processor/minidump.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/google_breakpad') diff --git a/src/google_breakpad/processor/minidump.h b/src/google_breakpad/processor/minidump.h index 25a871ad..bff38bf3 100644 --- a/src/google_breakpad/processor/minidump.h +++ b/src/google_breakpad/processor/minidump.h @@ -836,7 +836,7 @@ class MinidumpUnloadedModuleList : public MinidumpStream, const MinidumpUnloadedModule* GetModuleAtIndex(unsigned int index) const override; const CodeModules* Copy() const override; - vector > GetShrunkRangeModules() const override; + vector> GetShrunkRangeModules() const override; bool IsModuleShrinkEnabled() const override; protected: @@ -850,7 +850,7 @@ class MinidumpUnloadedModuleList : public MinidumpStream, static const uint32_t kStreamType = MD_UNLOADED_MODULE_LIST_STREAM; - bool Read(uint32_t expected_size_) override; + bool Read(uint32_t expected_size_); // The largest number of modules that will be read from a minidump. The // default is 1024. -- cgit v1.2.1