Index: cc/resources/tile_priority.h |
diff --git a/cc/resources/tile_priority.h b/cc/resources/tile_priority.h |
index 405ca92b7ea70f5c248db14b438a75d16999e9f4..5067aa6f4db98fc630eb00881f132356cd59fe44 100644 |
--- a/cc/resources/tile_priority.h |
+++ b/cc/resources/tile_priority.h |
@@ -74,7 +74,7 @@ struct CC_EXPORT TilePriority { |
} |
} |
- void AsValueInto(base::debug::TracedValue* dict) const; |
+ void AsValueInto(base::trace_event::TracedValue* dict) const; |
bool operator ==(const TilePriority& other) const { |
return resolution == other.resolution && |
@@ -151,7 +151,7 @@ class GlobalStateThatImpactsTilePriority { |
return !(*this == other); |
} |
- void AsValueInto(base::debug::TracedValue* dict) const; |
+ void AsValueInto(base::trace_event::TracedValue* dict) const; |
}; |
} // namespace cc |