commit | ad49204e12d084aa6b032b2fe5c1814d0bf60c7b | [log] [tgz] |
---|---|---|
author | Todd Wang <toddw@google.com> | Fri Apr 17 15:58:40 2015 -0700 |
committer | Todd Wang <toddw@google.com> | Fri Apr 17 15:58:40 2015 -0700 |
tree | 4582c64de74e29db1be949abf9311fd47c2753f5 | |
parent | 0b3699b1caa1b7cf4ca834936e10bae1748fa651 [diff] |
ref: Change context mutators from SetFoo to WithFoo. The motivation for this change is consistency, so our API becomes easier to use. Before this CL we were using the WithFoo style in the context package, but the SetFoo style elsewhere, sometimes with an extra "Context" thrown in for kicks. After this CL we use WithFoo (and GetFoo) everywhere. Change-Id: Idc6959e4ea76ca6bd36501f4002145ffa8835c04 MultiPart: 2/4