summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tab_contents_container_view.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 02:54:02 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 02:54:02 +0000
commit08682a91c50c166c3b3c64f8fd3e11693a09ad3b (patch)
tree45bc0b83b34ea102afb97574b0dc79820d62fc51 /chrome/browser/views/tab_contents_container_view.h
parentac9c1dffe98ca1abc5864c7b191b05b5b75a3aea (diff)
downloadchromium_src-08682a91c50c166c3b3c64f8fd3e11693a09ad3b.zip
chromium_src-08682a91c50c166c3b3c64f8fd3e11693a09ad3b.tar.gz
chromium_src-08682a91c50c166c3b3c64f8fd3e11693a09ad3b.tar.bz2
Move focus related files into a new chrome/views/focus subdir
TBR=sky Review URL: http://codereview.chromium.org/48056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/tab_contents_container_view.h')
-rw-r--r--chrome/browser/views/tab_contents_container_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/tab_contents_container_view.h b/chrome/browser/views/tab_contents_container_view.h
index 2aa67d5..61cf721 100644
--- a/chrome/browser/views/tab_contents_container_view.h
+++ b/chrome/browser/views/tab_contents_container_view.h
@@ -13,7 +13,7 @@ class RenderViewHost;
class TabContents;
#include "chrome/common/notification_observer.h"
-#include "chrome/views/focus_manager.h"
+#include "chrome/views/focus/focus_manager.h"
#include "chrome/views/hwnd_view.h"
// This View contains the TabContents.