From f3ec774a2c177d3c6845553d3bf9735a7b8a5907 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Thu, 15 Jan 2009 00:59:16 +0000 Subject: Move a bunch of TabContents related files into a tab_contents subdir Review URL: http://codereview.chromium.org/18250 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8058 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/automation/automation_constrained_window_tracker.h | 2 +- chrome/browser/automation/automation_provider.cc | 6 +++--- chrome/browser/automation/automation_tab_tracker.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'chrome/browser/automation') diff --git a/chrome/browser/automation/automation_constrained_window_tracker.h b/chrome/browser/automation/automation_constrained_window_tracker.h index 0ebd96e..093fb4f 100644 --- a/chrome/browser/automation/automation_constrained_window_tracker.h +++ b/chrome/browser/automation/automation_constrained_window_tracker.h @@ -8,7 +8,7 @@ #include "chrome/browser/automation/automation_resource_tracker.h" #include "chrome/browser/browser.h" #include "chrome/browser/browser_process.h" -#include "chrome/browser/constrained_window.h" +#include "chrome/browser/tab_contents/constrained_window.h" class AutomationConstrainedWindowTracker : public AutomationResourceTracker { diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc index fcc43fa..0f12952 100644 --- a/chrome/browser/automation/automation_provider.cc +++ b/chrome/browser/automation/automation_provider.cc @@ -19,13 +19,13 @@ #include "chrome/browser/external_tab_container.h" #include "chrome/browser/find_notification_details.h" #include "chrome/browser/login_prompt.h" -#include "chrome/browser/navigation_entry.h" #include "chrome/browser/printing/print_job.h" #include "chrome/browser/render_view_host.h" #include "chrome/browser/ssl_manager.h" #include "chrome/browser/ssl_blocking_page.h" -#include "chrome/browser/web_contents.h" -#include "chrome/browser/web_contents_view.h" +#include "chrome/browser/tab_contents/navigation_entry.h" +#include "chrome/browser/tab_contents/web_contents.h" +#include "chrome/browser/tab_contents/web_contents_view.h" #include "chrome/browser/views/bookmark_bar_view.h" #include "chrome/browser/views/location_bar_view.h" #include "chrome/common/chrome_paths.h" diff --git a/chrome/browser/automation/automation_tab_tracker.h b/chrome/browser/automation/automation_tab_tracker.h index 1033ad0..a221ae4 100644 --- a/chrome/browser/automation/automation_tab_tracker.h +++ b/chrome/browser/automation/automation_tab_tracker.h @@ -8,7 +8,7 @@ #include "chrome/browser/automation/automation_resource_tracker.h" #include "chrome/browser/browser.h" #include "chrome/browser/browser_process.h" -#include "chrome/browser/navigation_controller.h" +#include "chrome/browser/tab_contents/navigation_controller.h" #include "chrome/common/notification_registrar.h" class AutomationTabTracker -- cgit v1.1