diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-26 05:27:51 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-26 05:27:51 +0000 |
commit | 3abfdf10b13fbd5c2064d6ec9d6fba3935b8985d (patch) | |
tree | 05019102717373301eb4bcfb6aa6cdadd24d262e /chrome/app | |
parent | d647b1e662319c1915befe8818934f456de3457f (diff) | |
download | chromium_src-3abfdf10b13fbd5c2064d6ec9d6fba3935b8985d.zip chromium_src-3abfdf10b13fbd5c2064d6ec9d6fba3935b8985d.tar.gz chromium_src-3abfdf10b13fbd5c2064d6ec9d6fba3935b8985d.tar.bz2 |
Fix Linux Official build breakage after Breakpad r700 roll.
BUG=none
TEST=none
TBR=mark
Review URL: http://codereview.chromium.org/3475022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60598 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/breakpad_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc index 5cb0d71..60c3785 100644 --- a/chrome/app/breakpad_linux.cc +++ b/chrome/app/breakpad_linux.cc @@ -30,7 +30,7 @@ #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/memory.h" +#include "breakpad/src/common/memory.h" #include "chrome/common/child_process_logging.h" #include "chrome/common/chrome_descriptors.h" #include "chrome/common/chrome_paths.h" |