From 704f41ec901c419f8c321742114b415e6f5ceacc Mon Sep 17 00:00:00 2001 From: Ivan Penkov Date: Tue, 30 Aug 2016 14:00:56 -0700 Subject: 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 BUG= Change-Id: I11f1ce697be23e13f12ea8f0468bbe02fa63c967 Reviewed-on: https://chromium-review.googlesource.com/378159 Reviewed-by: Mark Mentovai --- src/common/linux/file_id.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/linux') diff --git a/src/common/linux/file_id.cc b/src/common/linux/file_id.cc index 02207758..311e0302 100644 --- a/src/common/linux/file_id.cc +++ b/src/common/linux/file_id.cc @@ -45,10 +45,9 @@ #include "common/linux/elfutils.h" #include "common/linux/linux_libc_support.h" #include "common/linux/memory_mapped_file.h" +#include "common/using_std_string.h" #include "third_party/lss/linux_syscall_support.h" -using std::string; - namespace google_breakpad { // Used in a few places for backwards-compatibility. -- cgit v1.2.1