| Index: chrome/browser/chromeos/attestation/platform_verification_flow.h
|
| diff --git a/chrome/browser/chromeos/attestation/platform_verification_flow.h b/chrome/browser/chromeos/attestation/platform_verification_flow.h
|
| index 48b5de56af7777e220541b7902ebcbc9a45c5f97..09d9887d9b6822c6dc71acdb3397d98a87b3ac0e 100644
|
| --- a/chrome/browser/chromeos/attestation/platform_verification_flow.h
|
| +++ b/chrome/browser/chromeos/attestation/platform_verification_flow.h
|
| @@ -107,7 +107,8 @@ class PlatformVerificationFlow
|
|
|
| // Gets the user associated with the given |web_contents|. NULL may be
|
| // returned.
|
| - virtual user_manager::User* GetUser(content::WebContents* web_contents) = 0;
|
| + virtual const user_manager::User* GetUser(
|
| + content::WebContents* web_contents) = 0;
|
|
|
| // Gets the content settings map associated with the given |web_contents|.
|
| virtual HostContentSettingsMap* GetContentSettings(
|
|
|