From e7cc048f12f64444bb6369db0980bf997b3dc881 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Wed, 21 Jul 2010 01:09:36 +0000 Subject: 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 --- chrome/app/breakpad_linux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/app') 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" -- cgit v1.1