diff options
author | Dana Jansens <danakj@google.com> | 2016-03-09 12:57:22 -0800 |
---|---|---|
committer | Dana Jansens <danakj@google.com> | 2016-03-09 21:00:02 +0000 |
commit | 71331253d6537b9409518dec2368388c5d73cb94 (patch) | |
tree | d3a6572ec863fe33893dd79353f17c763c4194b0 /url/url_canon_icu.cc | |
parent | aa5b4809788929faac190ac72bdcac0cbb2e7fc4 (diff) | |
download | chromium_src-71331253d6537b9409518dec2368388c5d73cb94.zip chromium_src-71331253d6537b9409518dec2368388c5d73cb94.tar.gz chromium_src-71331253d6537b9409518dec2368388c5d73cb94.tar.bz2 |
blink: Rename modules/ method to prefix with get when they collide.
This focuses on modules/ to rename methods that are named foo() and
that return a Foo*, which will have collisions when foo() is renamed
to Foo() in chromium style.
This patch uses the following to do many of the replacements, so it's
a bit on the larger side..
git gs '\b$foo()'|grep '\.\(cpp\|h\|cc\):'|cut -d: -f1|sort|uniq|xargs sed -ie 's/\b$foo()/$getFoo()/g'
R=haraken@chromium.org
TBR=brettw, chrishtr
BUG=582312
Review URL: https://codereview.chromium.org/1773813007 .
Cr-Commit-Position: refs/heads/master@{#380209}
Diffstat (limited to 'url/url_canon_icu.cc')
0 files changed, 0 insertions, 0 deletions