From 5de63471b1d2b1532e28fb688e727dfc53e267d7 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 2 Mar 2011 00:20:19 +0000 Subject: Get rid of a bunch of includes to old locations of headers. TBR=avi Review URL: http://codereview.chromium.org/6602061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76470 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/tab_contents/thumbnail_generator.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chrome/browser/tab_contents/thumbnail_generator.cc') diff --git a/chrome/browser/tab_contents/thumbnail_generator.cc b/chrome/browser/tab_contents/thumbnail_generator.cc index dfa829a..ab793316 100644 --- a/chrome/browser/tab_contents/thumbnail_generator.cc +++ b/chrome/browser/tab_contents/thumbnail_generator.cc @@ -14,13 +14,13 @@ #include "chrome/browser/browser_process.h" #include "chrome/browser/history/top_sites.h" #include "chrome/browser/profiles/profile.h" -#include "chrome/browser/renderer_host/backing_store.h" -#include "chrome/browser/renderer_host/render_process_host.h" -#include "chrome/browser/renderer_host/render_view_host.h" -#include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/common/notification_service.h" #include "chrome/common/property_bag.h" #include "chrome/common/thumbnail_score.h" +#include "content/browser/renderer_host/backing_store.h" +#include "content/browser/renderer_host/render_process_host.h" +#include "content/browser/renderer_host/render_view_host.h" +#include "content/browser/tab_contents/tab_contents.h" #include "googleurl/src/gurl.h" #include "skia/ext/bitmap_platform_device.h" #include "skia/ext/image_operations.h" -- cgit v1.1