summaryrefslogtreecommitdiffstats
path: root/components/autofill/browser/autofill_xml_parser_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Put autofill code into namepspace autofill Step 2kaiwang@chromium.org2013-04-121-0/+2
| | | | | | | | | | | Move all code in components/autofill into autofill namespace. BUG=140037, 165534 TBR=ben@chromium.org (only namespace change) Review URL: https://chromiumcodereview.appspot.com/14089006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193982 0039d316-1c4b-4281-b951-d872f2087c98
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-0/+367
This leaves behind all browser tests, the AutofillCCInfobarDelegate and PersonalDataManagerFactory, which remain Chrome-specific. All source files were moved using //tools/git/move_source_file.py, which updates includes of moved files, sorts include order, and updates header guards. The only manual bits of this change were: - Move .proto file - Move .cc.utf8 file - Update .gypi files - Update DEPS files - Remove an unnecessary include from autofill_manager.cc TBR=ben@chromium.org BUG=140037 Review URL: https://chromiumcodereview.appspot.com/12434004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187173 0039d316-1c4b-4281-b951-d872f2087c98