summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 18:18:43 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 18:18:43 +0000
commitb03f53cdce4455ae3ddf80e2faea6ca9bc4b2c62 (patch)
tree900d95f00cdd880b921db6c8334684af2bfb4aaa
parent87c914a0fbd7dbdbaa4d995791f20dac3fd9d613 (diff)
downloadchromium_src-b03f53cdce4455ae3ddf80e2faea6ca9bc4b2c62.zip
chromium_src-b03f53cdce4455ae3ddf80e2faea6ca9bc4b2c62.tar.gz
chromium_src-b03f53cdce4455ae3ddf80e2faea6ca9bc4b2c62.tar.bz2
Build fix the second.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80659 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/shell_integration_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc
index c1b245d..8c983da 100644
--- a/chrome/browser/shell_integration_linux.cc
+++ b/chrome/browser/shell_integration_linux.cc
@@ -13,7 +13,6 @@
#include <string>
#include <vector>
-#include "base/build_config.h"
#include "base/command_line.h"
#include "base/eintr_wrapper.h"
#include "base/environment.h"
@@ -30,6 +29,7 @@
#include "base/task.h"
#include "base/threading/thread.h"
#include "base/utf_string_conversions.h"
+#include "build/build_config.h"
#include "chrome/browser/web_applications/web_app.h"
#include "chrome/common/chrome_constants.h"
#include "chrome/common/chrome_paths.h"