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

Unified Diff: components/metrics/proto/perf_data.proto

Issue 239093004: Move part of metrics from chrome/common to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest that broke after rebase. Created 6 years, 8 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
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;

Powered by Google App Engine
This is Rietveld 408576698