mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-25 07:58:43 +00:00
This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@974 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "breakpad_googletest_includes.h"
|
||||
#include "common/using_std_string.h"
|
||||
#include "processor/cfi_frame_info.h"
|
||||
#include "google_breakpad/processor/memory_region.h"
|
||||
|
||||
@@ -43,7 +44,6 @@ using google_breakpad::CFIFrameInfoParseHandler;
|
||||
using google_breakpad::CFIRuleParser;
|
||||
using google_breakpad::MemoryRegion;
|
||||
using google_breakpad::SimpleCFIWalker;
|
||||
using std::string;
|
||||
using testing::_;
|
||||
using testing::A;
|
||||
using testing::AtMost;
|
||||
|
||||
Reference in New Issue
Block a user