Index: components/webdata/common/web_data_results.h |
diff --git a/components/webdata/common/web_data_results.h b/components/webdata/common/web_data_results.h |
index 1878dc0cc1842534fcea267c2ace889cf0d48bf1..247d99f44fccfa5cd131d985edbdd4f33fc79055 100644 |
--- a/components/webdata/common/web_data_results.h |
+++ b/components/webdata/common/web_data_results.h |
@@ -98,7 +98,7 @@ template <class T> class WDDestroyableResult : public WDTypedResult { |
} |
- virtual void Destroy() OVERRIDE { |
+ virtual void Destroy() override { |
if (!callback_.is_null()) { |
callback_.Run(this); |
} |