Chromium Code Reviews
DescriptionGeolocation cleanup: use unique_ptr<>s and rename New{WlanApi/PollingPolicy} to CreateBla()
Cleanup to renamed NewWlanApi to CreateWlanApi and
NewPollingPolicy() to CreatePollingPolicy(), and made them
return unique_ptr<> ISO a naked ptrs.
Also in device/geolocation/wifi_data_provider_win.cc
removed {} for one-line bodies and also had to change the
signaure of two internal Create() methods (and make
ctors public to be accessible by base::MakeUnique<>).
BUG=714348
Review-Url: https://codereview.chromium.org/2833273002
Cr-Commit-Position: refs/heads/master@{#466771}
Committed: https://chromium.googlesource.com/chromium/src/+/b477ea757773359fb6d25a643815ded1c0660909
Patch Set 1 : #
Total comments: 4
Patch Set 2 : reillyg@s nits #Messages
Total messages: 30 (25 generated)
|