diff options
Diffstat (limited to 'ppapi/shared_impl/crypto_impl.h')
-rw-r--r-- | ppapi/shared_impl/crypto_impl.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ppapi/shared_impl/crypto_impl.h b/ppapi/shared_impl/crypto_impl.h index c3b3cd4..a959bc9 100644 --- a/ppapi/shared_impl/crypto_impl.h +++ b/ppapi/shared_impl/crypto_impl.h @@ -8,15 +8,13 @@ #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_stdint.h" -namespace pp { -namespace shared_impl { +namespace ppapi { class CryptoImpl { public: static void GetRandomBytes(char* buffer, uint32_t num_bytes); }; -} // namespace shared_impl -} // namespace pp +} // namespace ppapi #endif // PPAPI_SHARED_IMPL_CRYPTO_IMPL_H_ |