| Index: chrome/browser/chromeos/attestation/platform_verification_dialog.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/attestation/platform_verification_dialog.h (revision 265096)
|
| +++ chrome/browser/chromeos/attestation/platform_verification_dialog.h (working copy)
|
| @@ -12,8 +12,6 @@
|
| #include "ui/views/controls/styled_label_listener.h"
|
| #include "ui/views/window/dialog_delegate.h"
|
|
|
| -class Browser;
|
| -
|
| namespace content {
|
| class WebContents;
|
| }
|
| @@ -35,7 +33,7 @@
|
|
|
| private:
|
| PlatformVerificationDialog(
|
| - Browser* browser,
|
| + content::WebContents* web_contents,
|
| const base::string16& domain,
|
| const PlatformVerificationFlow::Delegate::ConsentCallback& callback);
|
|
|
| @@ -56,7 +54,7 @@
|
| virtual void StyledLabelLinkClicked(const gfx::Range& range,
|
| int event_flags) OVERRIDE;
|
|
|
| - Browser* browser_;
|
| + content::WebContents* web_contents_;
|
| base::string16 domain_;
|
| PlatformVerificationFlow::Delegate::ConsentCallback callback_;
|
|
|
|
|