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

Unified Diff: ppapi/thunk/ppb_font_api.h

Issue 8333004: Rename InterfaceID to ApiID and move the file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged Created 9 years, 2 months 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/thunk/ppb_cursor_control_api.h ('k') | ppapi/thunk/ppb_instance_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_font_api.h
diff --git a/ppapi/thunk/ppb_font_api.h b/ppapi/thunk/ppb_font_api.h
index bd6a5e190ec2d8aa84710ec17d88b4f549affd7f..e3bac24f42856b3224bb4b588a3ed77d8b7c8dda 100644
--- a/ppapi/thunk/ppb_font_api.h
+++ b/ppapi/thunk/ppb_font_api.h
@@ -6,7 +6,7 @@
#define PPAPI_THUNK_PPB_FONT_API_H_
#include "ppapi/c/dev/ppb_font_dev.h"
-#include "ppapi/proxy/interface_id.h"
+#include "ppapi/shared_impl/api_id.h"
namespace ppapi {
namespace thunk {
@@ -18,7 +18,7 @@ class PPB_Font_FunctionAPI {
virtual PP_Var GetFontFamilies(PP_Instance instance) = 0;
- static const proxy::InterfaceID interface_id = proxy::INTERFACE_ID_PPB_FONT;
+ static const ApiID kApiID = API_ID_PPB_FONT;
};
// API for font resources.
« no previous file with comments | « ppapi/thunk/ppb_cursor_control_api.h ('k') | ppapi/thunk/ppb_instance_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698