From 332af773603ecd4c78eca598c5f7ce8d70304381 Mon Sep 17 00:00:00 2001 From: "pinkerton@chromium.org" Date: Wed, 11 Mar 2009 13:21:35 +0000 Subject: Remove TabContents from scaffolding. Yay! Review URL: http://codereview.chromium.org/43039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11435 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/gtk/download_shelf_gtk.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chrome/browser/gtk/download_shelf_gtk.cc') diff --git a/chrome/browser/gtk/download_shelf_gtk.cc b/chrome/browser/gtk/download_shelf_gtk.cc index 54770ea..759a3fd 100644 --- a/chrome/browser/gtk/download_shelf_gtk.cc +++ b/chrome/browser/gtk/download_shelf_gtk.cc @@ -8,14 +8,12 @@ #include "chrome/browser/download/download_item_model.h" #include "chrome/browser/gtk/custom_button.h" #include "chrome/browser/gtk/download_item_gtk.h" +#include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/common/l10n_util.h" #include "chrome/common/resource_bundle.h" #include "grit/generated_resources.h" #include "grit/theme_resources.h" -// TODO(port): remove this after tab_contents.h is ported. -#include "chrome/common/temp_scaffolding_stubs.h" - namespace { // The height of the download items. Should be 28, as that is the height of -- cgit v1.1