Commit 54672cda authored by dcheng's avatar dcheng Committed by Commit bot

Remove implicit conversions from scoped_refptr to T* in c/b/chromeos/attestation

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

BUG=110610

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

Cr-Commit-Position: refs/heads/master@{#294909}
parent 2c7fdae7
......@@ -96,7 +96,7 @@ class FakeDelegate : public PlatformVerificationFlow::Delegate {
virtual HostContentSettingsMap* GetContentSettings(
content::WebContents* web_contents) OVERRIDE {
return content_settings_;
return content_settings_.get();
}
virtual bool IsGuestOrIncognito(content::WebContents* web_contents) OVERRIDE {
......
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