Commit 7cfbf94b authored by dcheng's avatar dcheng Committed by Commit bot

Remove implicit conversions from scoped_refptr to T* in c/b/renderer_host/pepper

This patch was generated by running the rewrite_scoped_refptr clang tool
on a ChromeOS build.

BUG=110610

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

Cr-Commit-Position: refs/heads/master@{#294889}
parent cc34a4c8
......@@ -71,7 +71,7 @@ int32_t PepperPlatformVerificationMessageFilter::OnChallengePlatform(
return PP_OK_COMPLETIONPENDING;
}
if (!pv_)
if (!pv_.get())
pv_ = new PlatformVerificationFlow();
pv_->ChallengePlatformKey(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment