cc: Remove auto use with smart pointers.
commit39046bbd1a81bccaa8f3a21166d0ba8b7e050117
authorvmpstr <vmpstr@chromium.org>
Sat, 20 Dec 2014 21:58:39 +0000 (20 13:58 -0800)
committerCommit bot <commit-bot@chromium.org>
Sat, 20 Dec 2014 21:59:34 +0000 (20 21:59 +0000)
tree456896e4acff31663ab0d7274278851619a0cfda
parentf4be668c6ddf1c301d5abda82cb755e12a1c16b5
cc: Remove auto use with smart pointers.

This patch removes cc uses of auto with smart pointers. This ensures
that it's explicit and clear what type of smart pointer is being
used.

I think it's better to do this now before this is used as a precedent
for propagating this type of auto use.

R=danakj

Review URL: https://codereview.chromium.org/816193002

Cr-Commit-Position: refs/heads/master@{#309363}
cc/debug/rasterize_and_record_benchmark_impl.cc
cc/resources/picture_layer_tiling_set_unittest.cc
cc/resources/picture_layer_tiling_unittest.cc
cc/test/test_context_provider.cc