Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: ppapi/shared_impl/ppb_char_set_shared.h

Issue 8790004: Rename the shared impl files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/shared_impl/ppb_audio_shared.cc ('k') | ppapi/shared_impl/ppb_char_set_shared.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ppapi/shared_impl/ppb_audio_shared.cc ('k') | ppapi/shared_impl/ppb_char_set_shared.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698