| Index: cc/resources/tile_manager_unittest.cc
|
| diff --git a/cc/resources/tile_manager_unittest.cc b/cc/resources/tile_manager_unittest.cc
|
| index 5786bae3a5e303e2cfe717444f043f55740101ef..9cbbcad80c35037833ad774998efdb95989b5186 100644
|
| --- a/cc/resources/tile_manager_unittest.cc
|
| +++ b/cc/resources/tile_manager_unittest.cc
|
| @@ -20,7 +20,7 @@ class FakePicturePileImpl : public PicturePileImpl {
|
| }
|
|
|
| protected:
|
| - ~FakePicturePileImpl() {}
|
| + virtual ~FakePicturePileImpl() {}
|
| };
|
|
|
| class TilePriorityForEventualBin : public TilePriority {
|
|
|