Remove remaining implicit scoped_ptr<T> to T* conversions in win8
commit90590193a9c5b5bc674f1c7680761306ed42c1f1
authordcheng <dcheng@chromium.org>
Mon, 24 Nov 2014 22:58:56 +0000 (24 14:58 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 24 Nov 2014 22:59:27 +0000 (24 22:59 +0000)
treecee6cda03ad3c76dac72b3dd391dc7ee173cd283
parentc11d5e22b20bbe03d93b54e9a087227f2ced2308
Remove remaining implicit scoped_ptr<T> to T* conversions in win8

GetArgumentsFromShortcut() introduced a new implicit conversion
since the last time the clang tool was run.
The other fix in MetroViewerProcessHost simply changes the
TaskRunner pointer to be passed as a scoped_refptr<T>, since it
takes a ref to the TaskRunner.

BUG=110610

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

Cr-Commit-Position: refs/heads/master@{#305511}
win8/metro_driver/winrt_utils.cc
win8/viewer/metro_viewer_process_host.cc
win8/viewer/metro_viewer_process_host.h