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

Unified Diff: ppapi/c/pp_errors.h

Issue 7605019: Reduce number of unnamed-type-template-args violations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
« net/proxy/proxy_config.h ('K') | « net/proxy/proxy_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/pp_errors.h
===================================================================
--- ppapi/c/pp_errors.h (revision 97489)
+++ ppapi/c/pp_errors.h (working copy)
@@ -24,7 +24,7 @@
* This enumeration contains enumerators of all PPAPI error codes.
* Errors are negative valued.
*/
-enum {
+enum ErrorCodes {
brettw 2011/08/21 05:37:03 This isn't in any namespace so I don't think we wa
Peter Kasting 2011/08/22 03:56:41 Oof. Honestly that seems bad. Can't you namespac
brettw 2011/08/22 04:11:08 This is the public Pepper API which must be compil
/**
* This value is returned by a function on successful synchronous completion
* or is passed as a result to a PP_CompletionCallback_Func on successful
« net/proxy/proxy_config.h ('K') | « net/proxy/proxy_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698