Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: ash/content_support/gpu_support_impl.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/autoclick/autoclick_unittest.cc ('k') | ash/default_accessibility_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « ash/autoclick/autoclick_unittest.cc ('k') | ash/default_accessibility_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698