| Index: cc/output/overlay_processor.h
|
| diff --git a/cc/output/overlay_processor.h b/cc/output/overlay_processor.h
|
| index fbdfd26325aefb50a858593d33823c28502c612d..020c3c79a1695c177e4c3da7f1026f36470910c2 100644
|
| --- a/cc/output/overlay_processor.h
|
| +++ b/cc/output/overlay_processor.h
|
| @@ -32,7 +32,7 @@ class CC_EXPORT OverlayProcessor {
|
| OverlayCandidateList* candidates,
|
| gfx::Rect* damage_rect) = 0;
|
| };
|
| - typedef ScopedPtrVector<Strategy> StrategyList;
|
| + using StrategyList = std::vector<scoped_ptr<Strategy>>;
|
|
|
| explicit OverlayProcessor(OutputSurface* surface);
|
| virtual ~OverlayProcessor();
|
|
|