| Index: ash/content_support/gpu_support_impl.h
|
| diff --git a/ash/content_support/gpu_support_impl.h b/ash/content_support/gpu_support_impl.h
|
| index 7842a291e118c71203bc2ca76d9c0b4d535a2963..e7b243da0266d83843da8dcb360a1f876dfc5f6f 100644
|
| --- a/ash/content_support/gpu_support_impl.h
|
| +++ b/ash/content_support/gpu_support_impl.h
|
| @@ -18,10 +18,10 @@ class ASH_WITH_CONTENT_EXPORT GPUSupportImpl : public GPUSupport {
|
|
|
| private:
|
| // Overridden from GPUSupport:
|
| - virtual bool IsPanelFittingDisabled() const OVERRIDE;
|
| - virtual void DisableGpuWatchdog() OVERRIDE;
|
| + virtual bool IsPanelFittingDisabled() const override;
|
| + virtual void DisableGpuWatchdog() override;
|
| virtual void GetGpuProcessHandles(
|
| - const GetGpuProcessHandlesCallback& callback) const OVERRIDE;
|
| + const GetGpuProcessHandlesCallback& callback) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GPUSupportImpl);
|
| };
|
|
|