| Index: chrome/browser/invalidation/ticl_profile_settings_provider.cc
|
| diff --git a/chrome/browser/invalidation/ticl_profile_settings_provider.cc b/chrome/browser/invalidation/ticl_profile_settings_provider.cc
|
| index 978f4188d58c49d30af5013ec8bc6fff0240ca8c..b0160122652d9852422b53327ad2d3c66dc73f93 100644
|
| --- a/chrome/browser/invalidation/ticl_profile_settings_provider.cc
|
| +++ b/chrome/browser/invalidation/ticl_profile_settings_provider.cc
|
| @@ -43,7 +43,7 @@ bool TiclProfileSettingsProvider::UseGCMChannel() const {
|
| return true;
|
| }
|
|
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kInvalidationUseGCMChannel)) {
|
| // Use GCM channel if it was enabled via a command-line switch.
|
| return true;
|
|
|