From 6f3290938a0f8a839ce75df6359d36145ba3b6af Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Tue, 17 Mar 2009 04:56:55 +0000 Subject: Move controls into their own dir under chrome/views/controls TBR=sky Review URL: http://codereview.chromium.org/48058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11841 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/tab_contents_container_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/views/tab_contents_container_view.h') diff --git a/chrome/browser/views/tab_contents_container_view.h b/chrome/browser/views/tab_contents_container_view.h index 61cf721..7a7ec9d 100644 --- a/chrome/browser/views/tab_contents_container_view.h +++ b/chrome/browser/views/tab_contents_container_view.h @@ -13,8 +13,8 @@ class RenderViewHost; class TabContents; #include "chrome/common/notification_observer.h" +#include "chrome/views/controls/hwnd_view.h" #include "chrome/views/focus/focus_manager.h" -#include "chrome/views/hwnd_view.h" // This View contains the TabContents. // It takes care of linking the TabContents to the browser RootView so that the -- cgit v1.1