Index: cc/test/fake_proxy.cc |
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc |
index 4490c7607ce6849af251ec964040a160b847470d..9cb6a0ba0418828a950c7b1a008d1b2d4f446ddd 100644 |
--- a/cc/test/fake_proxy.cc |
+++ b/cc/test/fake_proxy.cc |
@@ -38,7 +38,7 @@ bool FakeProxy::MainFrameWillHappenForTesting() { |
return false; |
} |
-void FakeProxy::AsValueInto(base::debug::TracedValue*) const { |
+void FakeProxy::AsValueInto(base::trace_event::TracedValue*) const { |
} |
} // namespace cc |