diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 22:54:47 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 22:54:47 +0000 |
commit | 7a2ee20798c9b0b2862db37718571891f40e5fe3 (patch) | |
tree | 15a2bcb4bb2d376e516b342b73acd5b87da4af41 /chrome/browser/browser_main.cc | |
parent | 17887ce2fc1df2d657009aa41cd195d82d5b1f89 (diff) | |
download | chromium_src-7a2ee20798c9b0b2862db37718571891f40e5fe3.zip chromium_src-7a2ee20798c9b0b2862db37718571891f40e5fe3.tar.gz chromium_src-7a2ee20798c9b0b2862db37718571891f40e5fe3.tar.bz2 |
Move a Linux only #include into the right place.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/341026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30402 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_main.cc')
-rw-r--r-- | chrome/browser/browser_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc index 5ae1806..1ff657f 100644 --- a/chrome/browser/browser_main.cc +++ b/chrome/browser/browser_main.cc @@ -13,7 +13,6 @@ #include "base/file_util.h" #include "base/histogram.h" #include "base/lazy_instance.h" -#include "base/linux_util.h" #include "base/scoped_nsautorelease_pool.h" #include "base/path_service.h" #include "base/process_util.h" @@ -75,6 +74,7 @@ #endif #if defined(USE_LINUX_BREAKPAD) +#include "base/linux_util.h" #include "chrome/app/breakpad_linux.h" #endif |