| Index: components/html_viewer/stats_collection_controller.cc
|
| diff --git a/components/html_viewer/stats_collection_controller.cc b/components/html_viewer/stats_collection_controller.cc
|
| index e6cdf5c3ec252fc1fbc2786c34ffa59e550c43bb..508f616a7d15a1916bebf65f595f9d064fda0704 100644
|
| --- a/components/html_viewer/stats_collection_controller.cc
|
| +++ b/components/html_viewer/stats_collection_controller.cc
|
| @@ -82,7 +82,7 @@ tracing::StartupPerformanceDataCollectorPtr StatsCollectionController::Install(
|
|
|
| v8::Context::Scope context_scope(context);
|
|
|
| - scoped_ptr<mojo::ApplicationConnection> connection =
|
| + scoped_ptr<mojo::Connection> connection =
|
| shell->ConnectToApplication("mojo:tracing");
|
| if (!connection)
|
| return nullptr;
|
|
|