summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 17:51:50 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 17:51:50 +0000
commit1625ffd487b4d361d6ad0679457a43a5119601e2 (patch)
treeb7099d944323d02b0f4bed97e79fc44bb7aeab7c /chrome/tools
parent1b323178a6277a5042c8202300d4248f7a5a8194 (diff)
downloadchromium_src-1625ffd487b4d361d6ad0679457a43a5119601e2.zip
chromium_src-1625ffd487b4d361d6ad0679457a43a5119601e2.tar.gz
chromium_src-1625ffd487b4d361d6ad0679457a43a5119601e2.tar.bz2
Update a bunch of files to the new location of browser_thread.h
TBR=avi Review URL: http://codereview.chromium.org/6591066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76390 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r--chrome/tools/profiles/generate_profile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/profiles/generate_profile.cc b/chrome/tools/profiles/generate_profile.cc
index 962d69b..2f8f066 100644
--- a/chrome/tools/profiles/generate_profile.cc
+++ b/chrome/tools/profiles/generate_profile.cc
@@ -19,13 +19,13 @@
#include "base/string_number_conversions.h"
#include "base/time.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/browser_thread.h"
#include "chrome/browser/history/history.h"
#include "chrome/browser/history/top_sites.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/test/testing_profile.h"
#include "chrome/common/thumbnail_score.h"
#include "chrome/common/notification_service.h"
+#include "content/browser/browser_thread.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/base/ui_base_paths.h"