diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 02:54:02 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 02:54:02 +0000 |
commit | 08682a91c50c166c3b3c64f8fd3e11693a09ad3b (patch) | |
tree | 45bc0b83b34ea102afb97574b0dc79820d62fc51 /chrome/browser | |
parent | ac9c1dffe98ca1abc5864c7b191b05b5b75a3aea (diff) | |
download | chromium_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')
-rw-r--r-- | chrome/browser/browser_focus_uitest.cc | 2 | ||||
-rw-r--r-- | chrome/browser/browser_process_impl.cc | 2 | ||||
-rw-r--r-- | chrome/browser/external_tab_container.h | 2 | ||||
-rw-r--r-- | chrome/browser/tab_contents/web_contents_view_win.cc | 2 | ||||
-rw-r--r-- | chrome/browser/views/bookmark_editor_view.cc | 2 | ||||
-rw-r--r-- | chrome/browser/views/constrained_window_impl.cc | 2 | ||||
-rw-r--r-- | chrome/browser/views/find_bar_win.cc | 4 | ||||
-rw-r--r-- | chrome/browser/views/infobars/infobars.cc | 2 | ||||
-rw-r--r-- | chrome/browser/views/shelf_item_dialog.cc | 2 | ||||
-rw-r--r-- | chrome/browser/views/tab_contents_container_view.h | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/chrome/browser/browser_focus_uitest.cc b/chrome/browser/browser_focus_uitest.cc index 0cd1b1a..7a492e1 100644 --- a/chrome/browser/browser_focus_uitest.cc +++ b/chrome/browser/browser_focus_uitest.cc @@ -15,7 +15,7 @@ #include "chrome/common/notification_service.h" #include "chrome/common/notification_source.h" #include "chrome/common/notification_type.h" -#include "chrome/views/focus_manager.h" +#include "chrome/views/focus/focus_manager.h" #include "chrome/views/view.h" #include "chrome/views/window/window.h" #include "chrome/test/in_process_browser_test.h" diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc index 674f83e..5e1d9f3 100644 --- a/chrome/browser/browser_process_impl.cc +++ b/chrome/browser/browser_process_impl.cc @@ -34,8 +34,8 @@ #include "chrome/browser/automation/automation_provider_list.h" #include "chrome/browser/icon_manager.h" #include "chrome/browser/printing/print_job_manager.h" +#include "chrome/views/focus/view_storage.h" #include "chrome/views/widget/accelerator_handler.h" -#include "chrome/views/view_storage.h" #elif defined(OS_POSIX) // TODO(port): Remove the temporary scaffolding as we port the above headers. #include "chrome/common/temp_scaffolding_stubs.h" diff --git a/chrome/browser/external_tab_container.h b/chrome/browser/external_tab_container.h index 6f7bb0b..a72cea0 100644 --- a/chrome/browser/external_tab_container.h +++ b/chrome/browser/external_tab_container.h @@ -16,7 +16,7 @@ #include "chrome/common/chrome_constants.h" #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" -#include "chrome/views/focus_manager.h" +#include "chrome/views/focus/focus_manager.h" #include "chrome/views/widget/root_view.h" #include "chrome/views/widget/widget.h" diff --git a/chrome/browser/tab_contents/web_contents_view_win.cc b/chrome/browser/tab_contents/web_contents_view_win.cc index 2ae5016..fcb7a3a 100644 --- a/chrome/browser/tab_contents/web_contents_view_win.cc +++ b/chrome/browser/tab_contents/web_contents_view_win.cc @@ -24,7 +24,7 @@ #include "chrome/common/gfx/chrome_canvas.h" #include "chrome/common/os_exchange_data.h" #include "chrome/common/url_constants.h" -#include "chrome/views/view_storage.h" +#include "chrome/views/focus/view_storage.h" #include "chrome/views/widget/root_view.h" #include "net/base/net_util.h" #include "webkit/glue/plugins/webplugin_delegate_impl.h" diff --git a/chrome/browser/views/bookmark_editor_view.cc b/chrome/browser/views/bookmark_editor_view.cc index 9407179..3c030ba 100644 --- a/chrome/browser/views/bookmark_editor_view.cc +++ b/chrome/browser/views/bookmark_editor_view.cc @@ -13,7 +13,7 @@ #include "chrome/browser/views/standard_layout.h" #include "chrome/common/l10n_util.h" #include "chrome/views/background.h" -#include "chrome/views/focus_manager.h" +#include "chrome/views/focus/focus_manager.h" #include "chrome/views/grid_layout.h" #include "chrome/views/label.h" #include "chrome/views/widget/widget.h" diff --git a/chrome/browser/views/constrained_window_impl.cc b/chrome/browser/views/constrained_window_impl.cc index 4c588c7..b4da000 100644 --- a/chrome/browser/views/constrained_window_impl.cc +++ b/chrome/browser/views/constrained_window_impl.cc @@ -26,7 +26,7 @@ #include "chrome/common/resource_bundle.h" #include "chrome/common/win_util.h" #include "chrome/views/image_button.h" -#include "chrome/views/focus_manager.h" +#include "chrome/views/focus/focus_manager.h" #include "chrome/views/hwnd_view.h" #include "chrome/views/window/client_view.h" #include "chrome/views/window/non_client_view.h" diff --git a/chrome/browser/views/find_bar_win.cc b/chrome/browser/views/find_bar_win.cc index c31e714..b10c5e3 100644 --- a/chrome/browser/views/find_bar_win.cc +++ b/chrome/browser/views/find_bar_win.cc @@ -14,9 +14,9 @@ #include "chrome/browser/views/frame/browser_view.h" #include "chrome/browser/tab_contents/web_contents.h" #include "chrome/browser/tab_contents/web_contents_view.h" -#include "chrome/views/external_focus_tracker.h" +#include "chrome/views/focus/external_focus_tracker.h" +#include "chrome/views/focus/view_storage.h" #include "chrome/views/native_scroll_bar.h" -#include "chrome/views/view_storage.h" #include "chrome/views/widget/root_view.h" #include "chrome/views/widget/widget_win.h" diff --git a/chrome/browser/views/infobars/infobars.cc b/chrome/browser/views/infobars/infobars.cc index 3131979..7dea4c9 100644 --- a/chrome/browser/views/infobars/infobars.cc +++ b/chrome/browser/views/infobars/infobars.cc @@ -13,7 +13,7 @@ #include "chrome/common/slide_animation.h" #include "chrome/views/background.h" #include "chrome/views/image_button.h" -#include "chrome/views/external_focus_tracker.h" +#include "chrome/views/focus/external_focus_tracker.h" #include "chrome/views/image_view.h" #include "chrome/views/label.h" #include "chrome/views/widget/widget.h" diff --git a/chrome/browser/views/shelf_item_dialog.cc b/chrome/browser/views/shelf_item_dialog.cc index e9c8876..b243bbd 100644 --- a/chrome/browser/views/shelf_item_dialog.cc +++ b/chrome/browser/views/shelf_item_dialog.cc @@ -17,7 +17,7 @@ #include "chrome/common/resource_bundle.h" #include "chrome/common/stl_util-inl.h" #include "chrome/views/background.h" -#include "chrome/views/focus_manager.h" +#include "chrome/views/focus/focus_manager.h" #include "chrome/views/grid_layout.h" #include "chrome/views/label.h" #include "chrome/views/text_field.h" 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. |