Index: content/renderer/stats_collection_observer.h |
diff --git a/content/renderer/stats_collection_observer.h b/content/renderer/stats_collection_observer.h |
index d4efbbc0bdf323c018c617d86e085e5beb1716ba..9aba8dc530cde9d7bd7aa92216b1846a66466a57 100644 |
--- a/content/renderer/stats_collection_observer.h |
+++ b/content/renderer/stats_collection_observer.h |
@@ -17,11 +17,11 @@ class RenderViewImpl; |
class StatsCollectionObserver : public RenderViewObserver { |
public: |
explicit StatsCollectionObserver(RenderViewImpl* render_view); |
- virtual ~StatsCollectionObserver(); |
+ ~StatsCollectionObserver() override; |
// RenderViewObserver implementation |
- virtual void DidStartLoading() override; |
- virtual void DidStopLoading() override; |
+ void DidStartLoading() override; |
+ void DidStopLoading() override; |
// Timing for the page load start and stop. These functions may return |
// a null time value under various circumstances. |