| Index: components/html_viewer/stats_collection_controller.h
|
| diff --git a/components/html_viewer/stats_collection_controller.h b/components/html_viewer/stats_collection_controller.h
|
| index c417bf34fc377eb161b86797b7d562642c3c0788..69f0ab4337e4141f00ab3076b552fbc6a001d0a7 100644
|
| --- a/components/html_viewer/stats_collection_controller.h
|
| +++ b/components/html_viewer/stats_collection_controller.h
|
| @@ -14,7 +14,7 @@ class WebFrame;
|
| }
|
|
|
| namespace mojo {
|
| -class ApplicationImpl;
|
| +class Shell;
|
| }
|
|
|
| namespace html_viewer {
|
| @@ -32,12 +32,12 @@ class StatsCollectionController
|
| // This bails and returns a null pointer without the stats command line flag.
|
| static tracing::StartupPerformanceDataCollectorPtr Install(
|
| blink::WebFrame* frame,
|
| - mojo::ApplicationImpl* app);
|
| + mojo::Shell* shell);
|
|
|
| // Return a mojo:metrics InterfacePtr for stats reporting.
|
| // This bails and returns a null pointer without the stats command line flag.
|
| static tracing::StartupPerformanceDataCollectorPtr ConnectToDataCollector(
|
| - mojo::ApplicationImpl* app);
|
| + mojo::Shell* shell);
|
|
|
| private:
|
| explicit StatsCollectionController(
|
|
|