summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-21 01:09:36 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-21 01:09:36 +0000
commite7cc048f12f64444bb6369db0980bf997b3dc881 (patch)
tree838c8985808902331e7508c7db21537e9bd91ee0 /chrome/app
parent626d217e4ba20356fd3a6a47b3d5a82fff278223 (diff)
downloadchromium_src-e7cc048f12f64444bb6369db0980bf997b3dc881.zip
chromium_src-e7cc048f12f64444bb6369db0980bf997b3dc881.tar.gz
chromium_src-e7cc048f12f64444bb6369db0980bf997b3dc881.tar.bz2
Linux Official Build fix following r53113.
BUG=46666 TEST=none TBR=maruel Review URL: http://codereview.chromium.org/2861070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53132 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/breakpad_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc
index bedadd9..c3a4652 100644
--- a/chrome/app/breakpad_linux.cc
+++ b/chrome/app/breakpad_linux.cc
@@ -28,10 +28,10 @@
#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"
+#include "chrome/common/chrome_version_info_posix.h"
#include "chrome/common/env_vars.h"
#include "chrome/installer/util/google_update_settings.h"