summaryrefslogtreecommitdiffstats
path: root/cc/quads/stream_video_draw_quad.h
diff options
context:
space:
mode:
authorssid <ssid@chromium.org>2015-02-09 09:55:20 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-09 17:55:59 +0000
commit911e40ef1f033735fdfe95a411926a1b998ddbfc (patch)
treeefb6ddfd813e4bc47a7927dcd14698af7377a795 /cc/quads/stream_video_draw_quad.h
parent33f729bc81c813e037144676b47794d9ebfca280 (diff)
downloadchromium_src-911e40ef1f033735fdfe95a411926a1b998ddbfc.zip
chromium_src-911e40ef1f033735fdfe95a411926a1b998ddbfc.tar.gz
chromium_src-911e40ef1f033735fdfe95a411926a1b998ddbfc.tar.bz2
mechanical rename of base::debug -> base::trace_event for /cc
This is the last stage of the trace_event directory restructuring. This is part of a set of 3 CLs which is moving tracing clients to use the new base::trace_debug namespace. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/879913002 Cr-Commit-Position: refs/heads/master@{#315335}
Diffstat (limited to 'cc/quads/stream_video_draw_quad.h')
-rw-r--r--cc/quads/stream_video_draw_quad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/quads/stream_video_draw_quad.h b/cc/quads/stream_video_draw_quad.h
index cdba60c..45c28f2 100644
--- a/cc/quads/stream_video_draw_quad.h
+++ b/cc/quads/stream_video_draw_quad.h
@@ -39,7 +39,7 @@ class CC_EXPORT StreamVideoDrawQuad : public DrawQuad {
static const StreamVideoDrawQuad* MaterialCast(const DrawQuad*);
private:
- void ExtendValue(base::debug::TracedValue* value) const override;
+ void ExtendValue(base::trace_event::TracedValue* value) const override;
};
} // namespace cc