diff options
-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 |