diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 01:55:06 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 01:55:06 +0000 |
commit | b07fc5114ccce26011ec2312eee3397134739f9a (patch) | |
tree | 1570e3652386e2b314e1be8067e7e44a00f49b75 /chrome/app | |
parent | 74f34b094a7b21f0c057f493abee5db30b988592 (diff) | |
download | chromium_src-b07fc5114ccce26011ec2312eee3397134739f9a.zip chromium_src-b07fc5114ccce26011ec2312eee3397134739f9a.tar.gz chromium_src-b07fc5114ccce26011ec2312eee3397134739f9a.tar.bz2 |
Linux: Use upstream google-breakpad instead of our fork.
BUG=28276
TEST=dump_syms works with ToT Chrome.
Review URL: http://codereview.chromium.org/414049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33534 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/breakpad_linux.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc index f87c5e5..34330f6 100644 --- a/chrome/app/breakpad_linux.cc +++ b/chrome/app/breakpad_linux.cc @@ -24,11 +24,11 @@ #include "base/path_service.h" #include "base/rand_util.h" #include "base/string_util.h" -#include "breakpad/linux/directory_reader.h" -#include "breakpad/linux/exception_handler.h" -#include "breakpad/linux/linux_libc_support.h" -#include "breakpad/linux/linux_syscall_support.h" -#include "breakpad/linux/memory.h" +#include "breakpad/src/client/linux/handler/exception_handler.h" +#include "breakpad/src/client/linux/minidump_writer/directory_reader.h" +#include "breakpad/src/common/linux/linux_libc_support.h" +#include "breakpad/src/common/linux/linux_syscall_support.h" +#include "breakpad/src/common/linux/memory.h" #include "chrome/common/chrome_descriptors.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_switches.h" |