| Index: chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc
|
| diff --git a/chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc b/chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc
|
| index 8c286604964bfc10b0f2eb176fd2659bf162cbde..609d0b13569052bff46c99eead1315515f3ea256 100644
|
| --- a/chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc
|
| +++ b/chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc
|
| @@ -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 {
|
|
|