| Index: mandoline/services/core_services/core_services_application_delegate.cc
|
| diff --git a/mandoline/services/core_services/core_services_application_delegate.cc b/mandoline/services/core_services/core_services_application_delegate.cc
|
| index f7fd32a3878d2c5b7676b898d543fe3c1d5057b0..2b6bd1679663ecf46b5a9fa4de1753a04fe7ec39 100644
|
| --- a/mandoline/services/core_services/core_services_application_delegate.cc
|
| +++ b/mandoline/services/core_services/core_services_application_delegate.cc
|
| @@ -97,7 +97,7 @@ void CoreServicesApplicationDelegate::ApplicationThreadDestroyed(
|
| }
|
|
|
| void CoreServicesApplicationDelegate::Initialize(mojo::ApplicationImpl* app) {
|
| - mojo::logging::InitLogging();
|
| + mojo::InitLogging();
|
| tracing_.Initialize(app);
|
| }
|
|
|
|
|