| Index: cc/debug/traced_picture.h
|
| diff --git a/cc/debug/traced_picture.h b/cc/debug/traced_picture.h
|
| index 638f00bb7dd405d79699dc81a8e520f089e30b48..1d31694a0d334378fad342bf9e1790fd7d793e07 100644
|
| --- a/cc/debug/traced_picture.h
|
| +++ b/cc/debug/traced_picture.h
|
| @@ -23,7 +23,7 @@ class TracedPicture : public base::debug::ConvertableToTraceFormat {
|
| static scoped_refptr<base::debug::ConvertableToTraceFormat>
|
| AsTraceablePictureAlias(const Picture* original);
|
|
|
| - virtual void AppendAsTraceFormat(std::string* out) const OVERRIDE;
|
| + virtual void AppendAsTraceFormat(std::string* out) const override;
|
|
|
| private:
|
| virtual ~TracedPicture();
|
|
|