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

Unified Diff: remoting/client/plugin/pepper_entrypoints.cc

Issue 2900003: Chrome side of converting enums to uppercase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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 | « remoting/client/plugin/chromoting_plugin.cc ('k') | webkit/glue/plugins/pepper_device_context_2d.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_entrypoints.cc
===================================================================
--- remoting/client/plugin/pepper_entrypoints.cc (revision 51931)
+++ remoting/client/plugin/pepper_entrypoints.cc (working copy)
@@ -174,7 +174,7 @@
static PP_Var Instance_GetInstanceObject(PP_Instance pp_instance) {
PP_Var var;
- var.type = PP_VarType_Void;
+ var.type = PP_VARTYPE_VOID;
return var;
}
Property changes on: remoting\client\plugin\pepper_entrypoints.cc
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « remoting/client/plugin/chromoting_plugin.cc ('k') | webkit/glue/plugins/pepper_device_context_2d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698