| Index: content/renderer/stats_collection_controller.h
|
| diff --git a/content/renderer/stats_collection_controller.h b/content/renderer/stats_collection_controller.h
|
| index 279fed7602d79930dd55a6011fd0bb4af7a050f9..d847098bd89b290e2f4473a7c57ed6360f52fbc8 100644
|
| --- a/content/renderer/stats_collection_controller.h
|
| +++ b/content/renderer/stats_collection_controller.h
|
| @@ -31,7 +31,7 @@ class StatsCollectionController
|
|
|
| // gin::WrappableBase
|
| virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
|
| - v8::Isolate* isolate) OVERRIDE;
|
| + v8::Isolate* isolate) override;
|
|
|
| // Retrieves a histogram and returns a JSON representation of it.
|
| std::string GetHistogram(const std::string& histogram_name);
|
|
|