Index: cc/resources/tile_priority.cc |
diff --git a/cc/resources/tile_priority.cc b/cc/resources/tile_priority.cc |
index 5ef26f2b3f73f0acad9b94ddd47f91ff15af83dc..33dfcbe0dae6a8ec4764a92ea3e300d78617b1cc 100644 |
--- a/cc/resources/tile_priority.cc |
+++ b/cc/resources/tile_priority.cc |
@@ -48,7 +48,7 @@ std::string TilePriorityBinToString(TilePriority::PriorityBin bin) { |
return "<unknown TilePriority::PriorityBin value>"; |
} |
-void TilePriority::AsValueInto(base::debug::TracedValue* state) const { |
+void TilePriority::AsValueInto(base::trace_event::TracedValue* state) const { |
state->SetString("resolution", TileResolutionToString(resolution)); |
state->SetString("priority_bin", TilePriorityBinToString(priority_bin)); |
state->SetDouble("distance_to_visible", |
@@ -86,7 +86,7 @@ std::string TreePriorityToString(TreePriority prio) { |
} |
void GlobalStateThatImpactsTilePriority::AsValueInto( |
- base::debug::TracedValue* state) const { |
+ base::trace_event::TracedValue* state) const { |
state->SetString("memory_limit_policy", |
TileMemoryLimitPolicyToString(memory_limit_policy)); |
state->SetInteger("soft_memory_limit_in_bytes", soft_memory_limit_in_bytes); |