| Index: chrome/browser/gpu/three_d_api_observer.cc
|
| diff --git a/chrome/browser/gpu/three_d_api_observer.cc b/chrome/browser/gpu/three_d_api_observer.cc
|
| index 0f92631694d57449f0d7527d49c7d0401f5fa25c..b551b2d59d8e52cd78174491dba61c52c8e0e433 100644
|
| --- a/chrome/browser/gpu/three_d_api_observer.cc
|
| +++ b/chrome/browser/gpu/three_d_api_observer.cc
|
| @@ -39,14 +39,14 @@ class ThreeDAPIInfoBarDelegate : public ConfirmInfoBarDelegate {
|
|
|
| // ConfirmInfoBarDelegate:
|
| virtual bool EqualsDelegate(
|
| - infobars::InfoBarDelegate* delegate) const OVERRIDE;
|
| - virtual int GetIconID() const OVERRIDE;
|
| - virtual base::string16 GetMessageText() const OVERRIDE;
|
| - virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
|
| - virtual bool Accept() OVERRIDE;
|
| - virtual bool Cancel() OVERRIDE;
|
| - virtual base::string16 GetLinkText() const OVERRIDE;
|
| - virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
|
| + infobars::InfoBarDelegate* delegate) const override;
|
| + virtual int GetIconID() const override;
|
| + virtual base::string16 GetMessageText() const override;
|
| + virtual base::string16 GetButtonLabel(InfoBarButton button) const override;
|
| + virtual bool Accept() override;
|
| + virtual bool Cancel() override;
|
| + virtual base::string16 GetLinkText() const override;
|
| + virtual bool LinkClicked(WindowOpenDisposition disposition) override;
|
|
|
| GURL url_;
|
| content::ThreeDAPIType requester_;
|
|
|