| Index: ppapi/shared_impl/ppb_char_set_shared.h
|
| diff --git a/ppapi/shared_impl/char_set_impl.h b/ppapi/shared_impl/ppb_char_set_shared.h
|
| similarity index 84%
|
| rename from ppapi/shared_impl/char_set_impl.h
|
| rename to ppapi/shared_impl/ppb_char_set_shared.h
|
| index e6f5c102e5fe446a5f215743bc4553a467a3efa1..424326738a5940ed8c8cfcf5ef7d52f9afdc3947 100644
|
| --- a/ppapi/shared_impl/char_set_impl.h
|
| +++ b/ppapi/shared_impl/ppb_char_set_shared.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef PPAPI_SHARED_IMPL_CHAR_SET_IMPL_H_
|
| -#define PPAPI_SHARED_IMPL_CHAR_SET_IMPL_H_
|
| +#ifndef PPAPI_SHARED_IMPL_PPB_CHAR_SET_SHARED_H_
|
| +#define PPAPI_SHARED_IMPL_PPB_CHAR_SET_SHARED_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "ppapi/c/dev/ppb_char_set_dev.h"
|
| @@ -13,7 +13,7 @@ namespace ppapi {
|
|
|
| // Contains the implementation of character set conversion that is shared
|
| // between the proxy and the renderer.
|
| -class PPAPI_SHARED_EXPORT CharSetImpl {
|
| +class PPAPI_SHARED_EXPORT PPB_CharSet_Shared {
|
| public:
|
| static char* UTF16ToCharSet(const uint16_t* utf16,
|
| uint32_t utf16_len,
|
| @@ -30,4 +30,4 @@ class PPAPI_SHARED_EXPORT CharSetImpl {
|
|
|
| } // namespace ppapi
|
|
|
| -#endif // PPAPI_SHARED_IMPL_CHAR_SET_IMPL_H_
|
| +#endif // PPAPI_SHARED_IMPL_PPB_CHAR_SET_SHARED_H_
|
|
|