summaryrefslogtreecommitdiffstats
path: root/components/favicon_base/fallback_icon_url_parser.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update SplitString calls in componentsbrettw2015-07-231-2/+2
| | | | | | | | This converts calls from the old form to the new form. Some calls that iterated over the results were changed to a range-based for loop with an inline call to SplitString. Some places were changed to use StringPieces when it was safe to do so. Review URL: https://codereview.chromium.org/1234973004 Cr-Commit-Position: refs/heads/master@{#340209}
* Componentize //chrome/common/faviconblundell2015-07-081-0/+137
This code is used by iOS; move it into //components/favicon_base. TBR=sky, rdsmith Review URL: https://codereview.chromium.org/1223603002 Cr-Commit-Position: refs/heads/master@{#337794}