| Index: components/invalidation/ticl_invalidation_service.cc
|
| diff --git a/components/invalidation/ticl_invalidation_service.cc b/components/invalidation/ticl_invalidation_service.cc
|
| index 7fe5aeeb6b00ce3a9ade9d72d9359554a2eeae43..c606c2887e49e22b913d52025cef60c0fece3968 100644
|
| --- a/components/invalidation/ticl_invalidation_service.cc
|
| +++ b/components/invalidation/ticl_invalidation_service.cc
|
| @@ -358,7 +358,7 @@ void TiclInvalidationService::StartInvalidator(
|
| switch (network_channel) {
|
| case PUSH_CLIENT_CHANNEL: {
|
| notifier::NotifierOptions options =
|
| - ParseNotifierOptions(*CommandLine::ForCurrentProcess());
|
| + ParseNotifierOptions(*base::CommandLine::ForCurrentProcess());
|
| options.request_context_getter = request_context_;
|
| options.auth_mechanism = "X-OAUTH2";
|
| network_channel_options_.SetString("Options.HostPort",
|
|
|