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

Unified Diff: ppapi/shared_impl/test_globals.cc

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/shared_impl/test_globals.h ('k') | ppapi/shared_impl/video_decoder_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/test_globals.cc
diff --git a/ppapi/shared_impl/test_globals.cc b/ppapi/shared_impl/test_globals.cc
index 88137485dfdfd1a41c29e1574f0b30d730976ddb..624b85bfee2c0f4571ff97d2b335c7c6c7917ff6 100644
--- a/ppapi/shared_impl/test_globals.cc
+++ b/ppapi/shared_impl/test_globals.cc
@@ -20,8 +20,7 @@ VarTracker* TestGlobals::GetVarTracker() {
return &var_tracker_;
}
-FunctionGroupBase* TestGlobals::GetFunctionAPI(PP_Instance inst,
- proxy::InterfaceID id) {
+FunctionGroupBase* TestGlobals::GetFunctionAPI(PP_Instance inst, ApiID id) {
return NULL;
}
« no previous file with comments | « ppapi/shared_impl/test_globals.h ('k') | ppapi/shared_impl/video_decoder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698