Chromium Code Reviews| Index: ui/events/latency_info.cc |
| diff --git a/ui/events/latency_info.cc b/ui/events/latency_info.cc |
| index 0e38f20735329baf41253b4c07b4dc0a483b9dd2..4f17667c17cd47c834115f8fd84fc52ab3370a26 100644 |
| --- a/ui/events/latency_info.cc |
| +++ b/ui/events/latency_info.cc |
| @@ -12,7 +12,7 @@ |
| namespace { |
| -const unsigned int kMaxLatencyInfoNumber = 100; |
| +const size_t kMaxLatencyInfoNumber = 100; |
| const char* GetComponentName(ui::LatencyComponentType type) { |
| #define CASE_TYPE(t) case ui::t: return #t |