| Index: chrome/browser/extensions/api/identity/web_auth_flow.h
|
| diff --git a/chrome/browser/extensions/api/identity/web_auth_flow.h b/chrome/browser/extensions/api/identity/web_auth_flow.h
|
| index 92054fd2a50a9b13e62ff7778298f1f6d25f764e..c5013316e0dd9f4199ae534af5ba1c3e33606b15 100644
|
| --- a/chrome/browser/extensions/api/identity/web_auth_flow.h
|
| +++ b/chrome/browser/extensions/api/identity/web_auth_flow.h
|
| @@ -51,7 +51,8 @@ class WebAuthFlow : public content::WebContentsDelegate,
|
| // the flow.
|
| virtual void OnAuthFlowFailure() = 0;
|
|
|
| - virtual ~Delegate() { }
|
| + protected:
|
| + virtual ~Delegate() {}
|
| };
|
|
|
| // Interceptor interface for testing.
|
|
|