diff options
author | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 11:44:33 +0000 |
---|---|---|
committer | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 11:44:33 +0000 |
commit | 526a16b1a62d0e11bc7da18de694143c61613e71 (patch) | |
tree | 56082f469a0878b4c1d06f91d3e4b69b5b94aca0 /chrome/browser/ui/browser_tab_contents.cc | |
parent | db9859e5e085b0ff40bffec8aa49ca55747a1729 (diff) | |
download | chromium_src-526a16b1a62d0e11bc7da18de694143c61613e71.zip chromium_src-526a16b1a62d0e11bc7da18de694143c61613e71.tar.gz chromium_src-526a16b1a62d0e11bc7da18de694143c61613e71.tar.bz2 |
In components/autofill, move browser/ to core/browser/
This change completes the large-scale restructuring of components/autofill into
its structure of a layered component. This CL additionally imposes the correct
DEPS restrictions on autofill/components/core/browser/, with temporary
allowances for the current violating includes.
TBR=joi,benm,thakis,erikwright
BUG=247015
Review URL: https://chromiumcodereview.appspot.com/17392006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207403 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_tab_contents.cc')
-rw-r--r-- | chrome/browser/ui/browser_tab_contents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_tab_contents.cc b/chrome/browser/ui/browser_tab_contents.cc index 56d3204..6d4d335 100644 --- a/chrome/browser/ui/browser_tab_contents.cc +++ b/chrome/browser/ui/browser_tab_contents.cc @@ -42,8 +42,8 @@ #include "chrome/browser/ui/tab_contents/core_tab_helper.h" #include "chrome/browser/ui/zoom/zoom_controller.h" #include "chrome/common/chrome_switches.h" -#include "components/autofill/browser/autofill_manager.h" #include "components/autofill/content/browser/autofill_driver_impl.h" +#include "components/autofill/core/browser/autofill_manager.h" #include "components/web_modal/web_contents_modal_dialog_manager.h" #include "content/public/browser/web_contents.h" #include "extensions/browser/view_type_utils.h" |