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

Unified Diff: ppapi/shared_impl/ppb_font_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_file_ref_shared.cc ('k') | ppapi/shared_impl/ppb_font_shared.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppb_font_shared.h
diff --git a/ppapi/shared_impl/font_impl.h b/ppapi/shared_impl/ppb_font_shared.h
similarity index 73%
rename from ppapi/shared_impl/font_impl.h
rename to ppapi/shared_impl/ppb_font_shared.h
index a8ab2df32d834e255dee2923bc0ab75c95139b1f..af0f681ff6bd09d7f3ffff48f196eb202a6fa30d 100644
--- a/ppapi/shared_impl/font_impl.h
+++ b/ppapi/shared_impl/ppb_font_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_FONT_IMPL_H_
-#define PPAPI_SHARED_IMPL_FONT_IMPL_H_
+#ifndef PPAPI_SHARED_IMPL_PPB_FONT_SHARED_H_
+#define PPAPI_SHARED_IMPL_PPB_FONT_SHARED_H_
#pragma once
#include <string>
@@ -18,15 +18,15 @@ struct PP_FontDescription_Dev;
namespace ppapi {
-class PPAPI_SHARED_EXPORT FontImpl {
+class PPAPI_SHARED_EXPORT PPB_Font_Shared {
public:
// Validates the parameters in thee description. Can be called on any thread.
static bool IsPPFontDescriptionValid(const PP_FontDescription_Dev& desc);
private:
- DISALLOW_COPY_AND_ASSIGN(FontImpl);
+ DISALLOW_COPY_AND_ASSIGN(PPB_Font_Shared);
};
} // namespace ppapi
-#endif // PPAPI_SHARED_IMPL_FONT_IMPL_H_
+#endif // PPAPI_SHARED_IMPL_PPB_FONT_SHARED_H_
« no previous file with comments | « ppapi/shared_impl/ppb_file_ref_shared.cc ('k') | ppapi/shared_impl/ppb_font_shared.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698