summaryrefslogtreecommitdiffstats
path: root/chrome/browser/rlz
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 17:47:53 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 17:47:53 +0000
commit5f945a0ef81a6f4d90f53159a425118593e2fa0c (patch)
tree6d5d3efd0dbfb721cb14cebb0c6b3d7d77f065f0 /chrome/browser/rlz
parent314c4b130d871db6929c012f5650dc29073923d8 (diff)
downloadchromium_src-5f945a0ef81a6f4d90f53159a425118593e2fa0c.zip
chromium_src-5f945a0ef81a6f4d90f53159a425118593e2fa0c.tar.gz
chromium_src-5f945a0ef81a6f4d90f53159a425118593e2fa0c.tar.bz2
Update a bunch of files to the new location of browser_thread.h
TBR=avi Review URL: http://codereview.chromium.org/6591065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76387 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/rlz')
-rw-r--r--chrome/browser/rlz/rlz.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/rlz/rlz.cc b/chrome/browser/rlz/rlz.cc
index 83a55bc..58e328a 100644
--- a/chrome/browser/rlz/rlz.cc
+++ b/chrome/browser/rlz/rlz.cc
@@ -23,7 +23,6 @@
#include "base/synchronization/lock.h"
#include "base/utf_string_conversions.h"
#include "chrome/browser/browser_process.h"
-#include "chrome/browser/browser_thread.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_manager.h"
#include "chrome/browser/search_engines/template_url.h"
@@ -33,6 +32,7 @@
#include "chrome/common/notification_registrar.h"
#include "chrome/common/notification_service.h"
#include "chrome/installer/util/google_update_settings.h"
+#include "content/browser/browser_thread.h"
namespace {