diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 05:02:16 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 05:02:16 +0000 |
commit | 7324d1d0a602a7153558d17e06edefed0076b502 (patch) | |
tree | 781d7e9bc3dcfcb96cca7887bea187a026a4cc55 /chrome/browser/shell_integration_linux.cc | |
parent | 827f8219e80d462ec37c7ecc8a63cacd1f9b5bf5 (diff) | |
download | chromium_src-7324d1d0a602a7153558d17e06edefed0076b502.zip chromium_src-7324d1d0a602a7153558d17e06edefed0076b502.tar.gz chromium_src-7324d1d0a602a7153558d17e06edefed0076b502.tar.bz2 |
Update a bunch of files to the new location of browser_thread.h
TBR=avi
Review URL: http://codereview.chromium.org/6594063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76357 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration_linux.cc')
-rw-r--r-- | chrome/browser/shell_integration_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc index cbcafba..eb88862 100644 --- a/chrome/browser/shell_integration_linux.cc +++ b/chrome/browser/shell_integration_linux.cc @@ -29,10 +29,10 @@ #include "base/task.h" #include "base/threading/thread.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/browser_thread.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_plugin_util.h" +#include "content/browser/browser_thread.h" #include "googleurl/src/gurl.h" #include "ui/gfx/codec/png_codec.h" |