Index: chrome/browser/extensions/api/identity/identity_apitest.cc |
=================================================================== |
--- chrome/browser/extensions/api/identity/identity_apitest.cc (revision 181040) |
+++ chrome/browser/extensions/api/identity/identity_apitest.cc (working copy) |
@@ -157,7 +157,7 @@ |
SCOPES = 2 |
}; |
- ~GetAuthTokenFunctionTest() {} |
+ virtual ~GetAuthTokenFunctionTest() {} |
// Helper to create an extension with specific OAuth2Info fields set. |
// |fields_to_set| should be computed by using fields of Oauth2Fields enum. |