Index: cc/quads/debug_border_draw_quad.cc |
diff --git a/cc/quads/debug_border_draw_quad.cc b/cc/quads/debug_border_draw_quad.cc |
index c907be79a6f5bd2f3c66299767207fccbd73bf5c..4254e02f8488fbc2a194f08fd82a5903931c26ee 100644 |
--- a/cc/quads/debug_border_draw_quad.cc |
+++ b/cc/quads/debug_border_draw_quad.cc |
@@ -4,7 +4,6 @@ |
#include "cc/quads/debug_border_draw_quad.h" |
-#include "base/debug/trace_event_argument.h" |
#include "base/logging.h" |
#include "base/values.h" |
@@ -50,7 +49,7 @@ |
return static_cast<const DebugBorderDrawQuad*>(quad); |
} |
-void DebugBorderDrawQuad::ExtendValue(base::debug::TracedValue* value) const { |
+void DebugBorderDrawQuad::ExtendValue(base::DictionaryValue* value) const { |
value->SetInteger("color", color); |
value->SetInteger("width", width); |
} |