summaryrefslogtreecommitdiffstats
path: root/breakpad/linux/generate-test-dump.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-02 01:55:06 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-02 01:55:06 +0000
commitb07fc5114ccce26011ec2312eee3397134739f9a (patch)
tree1570e3652386e2b314e1be8067e7e44a00f49b75 /breakpad/linux/generate-test-dump.cc
parent74f34b094a7b21f0c057f493abee5db30b988592 (diff)
downloadchromium_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 'breakpad/linux/generate-test-dump.cc')
-rw-r--r--breakpad/linux/generate-test-dump.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/breakpad/linux/generate-test-dump.cc b/breakpad/linux/generate-test-dump.cc
index ec668ed..bec9133 100644
--- a/breakpad/linux/generate-test-dump.cc
+++ b/breakpad/linux/generate-test-dump.cc
@@ -33,9 +33,9 @@
#include <unistd.h>
-#include "breakpad/linux/exception_handler.h"
-#include "breakpad/linux/linux_libc_support.h"
-#include "breakpad/linux/linux_syscall_support.h"
+#include "breakpad/src/client/linux/handler/exception_handler.h"
+#include "breakpad/src/common/linux/linux_libc_support.h"
+#include "breakpad/src/common/linux/linux_syscall_support.h"
static bool DumpCallback(const char* dump_path, const char* minidump_id,
void* context, bool success) {