| Index: public/platform/WebCryptoAlgorithmParams.h
|
| diff --git a/public/platform/WebCryptoAlgorithmParams.h b/public/platform/WebCryptoAlgorithmParams.h
|
| index 4ba14a31379d9be824ed3dfd6b191b14f443d649..a896d0c7a1b5b39cad0ea2266132eda5056fe342 100644
|
| --- a/public/platform/WebCryptoAlgorithmParams.h
|
| +++ b/public/platform/WebCryptoAlgorithmParams.h
|
| @@ -35,7 +35,7 @@
|
| #include "WebCryptoAlgorithm.h"
|
| #include "WebVector.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // NOTE: For documentation on the meaning of each of the parameters see the
|
| // Web crypto spec:
|
| @@ -231,6 +231,6 @@ private:
|
| const WebVector<unsigned char> m_label;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|