summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-07 15:35:39 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-07 15:35:39 +0000
commit904ce69d9de7bb0f48b50672bc4aaa578f358614 (patch)
tree52f48588bd06b294151a8a218427e50af437f9a3 /chrome/chrome_browser.gypi
parentf1e8b39fe26ccb4466dc22d13a1d10419cd63ddf (diff)
downloadchromium_src-904ce69d9de7bb0f48b50672bc4aaa578f358614.zip
chromium_src-904ce69d9de7bb0f48b50672bc4aaa578f358614.tar.gz
chromium_src-904ce69d9de7bb0f48b50672bc4aaa578f358614.tar.bz2
Move AutocompleteHistoryManager into chrome/browser/autofill/ as it is
tightly coupled with, and only used by, the autofill feature. The only other usage is from TabContents, which initializes and owns an instance and provides an accessor, but we should be able to remove this soon. TBR=ben@chromium.org BUG=140037 Review URL: https://chromiumcodereview.appspot.com/10843067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index b4b15ca..56ac5351 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -168,12 +168,12 @@
'browser/autocomplete/shortcuts_provider.h',
'browser/autocomplete/url_prefix.cc',
'browser/autocomplete/url_prefix.h',
- 'browser/autocomplete_history_manager.cc',
- 'browser/autocomplete_history_manager.h',
'browser/autofill/address.cc',
'browser/autofill/address.h',
'browser/autofill/address_field.cc',
'browser/autofill/address_field.h',
+ 'browser/autofill/autocomplete_history_manager.cc',
+ 'browser/autofill/autocomplete_history_manager.h',
'browser/autofill/autofill-inl.h',
'browser/autofill/autofill_cc_infobar_delegate.cc',
'browser/autofill/autofill_cc_infobar_delegate.h',