| Index: content/renderer/stats_collection_controller.h
|
| diff --git a/content/renderer/stats_collection_controller.h b/content/renderer/stats_collection_controller.h
|
| index df297c11cb745c8b3ce4d72c5c4b60a8533bc018..848e102a7035b17347dcc4e7320f51b821ab2475 100644
|
| --- a/content/renderer/stats_collection_controller.h
|
| +++ b/content/renderer/stats_collection_controller.h
|
| @@ -9,7 +9,7 @@
|
| #include "gin/wrappable.h"
|
|
|
| namespace blink {
|
| -class WebFrame;
|
| +class WebLocalFrame;
|
| }
|
|
|
| namespace content {
|
| @@ -23,7 +23,7 @@ class StatsCollectionController
|
| public:
|
| static gin::WrapperInfo kWrapperInfo;
|
|
|
| - static void Install(blink::WebFrame* frame);
|
| + static void Install(blink::WebLocalFrame* frame);
|
|
|
| private:
|
| StatsCollectionController();
|
|
|