Chromium Code Reviews| Index: gpu/config/gpu_driver_bug_list.h |
| diff --git a/gpu/config/gpu_driver_bug_list.h b/gpu/config/gpu_driver_bug_list.h |
| index a4bd3bb02b91978aff2ff04e9f7b67948a53acb3..8830cacf573ec57d88cf43171014614ba2a648a1 100644 |
| --- a/gpu/config/gpu_driver_bug_list.h |
| +++ b/gpu/config/gpu_driver_bug_list.h |
| @@ -17,7 +17,7 @@ namespace gpu { |
| class GPU_EXPORT GpuDriverBugList : public GpuControlList { |
| public: |
| - virtual ~GpuDriverBugList(); |
| + ~GpuDriverBugList() override; |
| static GpuDriverBugList* Create(); |