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