| Index: trunk/src/content/child/webcrypto/jwk.h
|
| ===================================================================
|
| --- trunk/src/content/child/webcrypto/jwk.h (revision 266902)
|
| +++ trunk/src/content/child/webcrypto/jwk.h (working copy)
|
| @@ -5,9 +5,6 @@
|
| #ifndef CONTENT_CHILD_WEBCRYPTO_JWK_H_
|
| #define CONTENT_CHILD_WEBCRYPTO_JWK_H_
|
|
|
| -#include <vector>
|
| -
|
| -#include "base/basictypes.h"
|
| #include "third_party/WebKit/public/platform/WebArrayBuffer.h"
|
| #include "third_party/WebKit/public/platform/WebCrypto.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h"
|
| @@ -25,7 +22,8 @@
|
| blink::WebCryptoKeyUsageMask usage_mask,
|
| blink::WebCryptoKey* key);
|
|
|
| -Status ExportKeyJwk(const blink::WebCryptoKey& key, std::vector<uint8>* buffer);
|
| +Status ExportKeyJwk(const blink::WebCryptoKey& key,
|
| + blink::WebArrayBuffer* buffer);
|
|
|
| } // namespace webcrypto
|
|
|
|
|