diff options
author | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 18:10:15 +0000 |
---|---|---|
committer | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 18:10:15 +0000 |
commit | 969e76b80b5f7cded1980935dab6882a0fd45e92 (patch) | |
tree | e508078dd1743484ed20b96f73f195d125dfecea /chrome/app | |
parent | 9a4031b02a081ff0d58204215519c73abe02f55e (diff) | |
download | chromium_src-969e76b80b5f7cded1980935dab6882a0fd45e92.zip chromium_src-969e76b80b5f7cded1980935dab6882a0fd45e92.tar.gz chromium_src-969e76b80b5f7cded1980935dab6882a0fd45e92.tar.bz2 |
Update breakpad to use new Chrome version info from r44435.
Fixes Linux official build:
chrome/app/breakpad_linux.cc:184: error: ‘PRODUCT_VERSION’ was not declared in this scope
Review URL: http://codereview.chromium.org/1630022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44500 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 8c12143..9b65724 100644 --- a/chrome/app/breakpad_linux.cc +++ b/chrome/app/breakpad_linux.cc @@ -19,7 +19,6 @@ #include "base/command_line.h" #include "base/eintr_wrapper.h" #include "base/file_path.h" -#include "base/file_version_info_linux.h" #include "base/global_descriptors_posix.h" #include "base/path_service.h" #include "base/rand_util.h" @@ -29,6 +28,7 @@ #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/app/chrome_version_info_posix.h" #include "chrome/common/chrome_descriptors.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_switches.h" |