Chromium Code Reviews| Index: components/metrics/proto/perf_data.proto |
| diff --git a/chrome/common/metrics/proto/perf_data.proto b/components/metrics/proto/perf_data.proto |
| similarity index 99% |
| rename from chrome/common/metrics/proto/perf_data.proto |
| rename to components/metrics/proto/perf_data.proto |
| index e233034b29829abd7da4b090bb7ea83ee08505c3..695380924fa3da89e9bcb0ad49e8243812bf50e0 100644 |
| --- a/chrome/common/metrics/proto/perf_data.proto |
| +++ b/components/metrics/proto/perf_data.proto |
| @@ -182,7 +182,7 @@ message PerfDataProto { |
| // Time the sample was taken. |
| // Deprecated, use |sample_info| instead. |
| - optional uint64 sample_time = 5 [deprecated=true]; |
| + optional uint64 sample_time = 5 [deprecated = true]; |
|
Ilya Sherman
2014/04/15 23:00:40
Ditto
|
| // Info about the perf sample containing this event. |
| optional SampleInfo sample_info = 6; |