Index: cc/debug/rendering_stats.h |
diff --git a/cc/debug/rendering_stats.h b/cc/debug/rendering_stats.h |
index 33ea2c6ab10f9484e28f03e39a9bfa322240da58..675af68da37b6915797be8ab9a6546ef79552726 100644 |
--- a/cc/debug/rendering_stats.h |
+++ b/cc/debug/rendering_stats.h |
@@ -36,7 +36,7 @@ struct CC_EXPORT RenderingStats { |
RenderingStats(); |
- // In conjunction with enumerateFields, this allows the embedder to |
+ // In conjunction with EnumerateFields, this allows the embedder to |
// enumerate the values in this structure without |
// having to embed references to its specific member variables. This |
// simplifies the addition of new fields to this type. |