metricsd: Rename metrics to metricsd.
This makes the import path less confusing: * metrics/metrics_library.h is imported from the exported headers. * metricsd/* for includes by the metrics daemon itself. BUG: 22879597 Change-Id: I9f44ea3a548cae39d4546fcd724e8007f6dd4bd0
This commit is contained in:
parent
fec4d2cc3f
commit
da21ac0751
64 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
Loading…
Add table
Reference in a new issue