diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-24 22:48:21 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-24 22:48:21 +0000 |
commit | da13149ce31f90954e22fce5f4b31575da206412 (patch) | |
tree | 20c7a0de1bc638eea895ded9d2d848525d277784 /breakpad/linux | |
parent | 68c1e256f53934a4a37b5f5c47f357eb4d52713d (diff) | |
download | chromium_src-da13149ce31f90954e22fce5f4b31575da206412.zip chromium_src-da13149ce31f90954e22fce5f4b31575da206412.tar.gz chromium_src-da13149ce31f90954e22fce5f4b31575da206412.tar.bz2 |
Linux: Fix linux_syscall_support #include path for generate-test-dump.cc.
BUG=none
TEST=none
TBR=markus
Review URL: http://codereview.chromium.org/3402033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60545 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad/linux')
-rw-r--r-- | breakpad/linux/generate-test-dump.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/breakpad/linux/generate-test-dump.cc b/breakpad/linux/generate-test-dump.cc index 3303344..5827c29 100644 --- a/breakpad/linux/generate-test-dump.cc +++ b/breakpad/linux/generate-test-dump.cc @@ -35,7 +35,7 @@ #include "breakpad/src/client/linux/handler/exception_handler.h" #include "breakpad/src/common/linux/linux_libc_support.h" -#include "breakpad/src/third_party/lss/linux_syscall_support.h" +#include "third_party/lss/linux_syscall_support.h" static bool DumpCallback(const char* dump_path, const char* minidump_id, void* context, bool success) { |