Chromium Code Reviews| Index: components/webcrypto/algorithms/util.h |
| diff --git a/components/webcrypto/algorithms/util.h b/components/webcrypto/algorithms/util.h |
| index 51ecd66079da51b5aba8291d47ba385ef3b0fe51..a0342f6fcf40f4373b755232bef28d6cf0454efc 100644 |
| --- a/components/webcrypto/algorithms/util.h |
| +++ b/components/webcrypto/algorithms/util.h |
| @@ -21,7 +21,6 @@ |
| namespace webcrypto { |
| class CryptoData; |
| -class GenerateKeyResult; |
| class Status; |
| // Returns the EVP_MD that corresponds with |hash_algorithm|, or nullptr on |