Merge "metricsd: Rename metrics to metricsd."

This commit is contained in:
Gaurav Shah 2015-08-10 22:41:00 +00:00 committed by Gerrit Code Review
commit f06041d7f4
64 changed files with 3 additions and 3 deletions

View file

@ -14,9 +14,9 @@ option java_package = "org.chromium.components.metrics";
package metrics;
import "system/core/metrics/uploader/proto/histogram_event.proto";
import "system/core/metrics/uploader/proto/system_profile.proto";
import "system/core/metrics/uploader/proto/user_action_event.proto";
import "system/core/metricsd/uploader/proto/histogram_event.proto";
import "system/core/metricsd/uploader/proto/system_profile.proto";
import "system/core/metricsd/uploader/proto/user_action_event.proto";
// Next tag: 13
message ChromeUserMetricsExtension {