| Index: chrome/browser/services/gcm/push_messaging_service_impl.cc
|
| diff --git a/chrome/browser/services/gcm/push_messaging_service_impl.cc b/chrome/browser/services/gcm/push_messaging_service_impl.cc
|
| index 70977f948e767b673c769209992e102b8e337551..59f6b6d1bb0ce62c0d98bc55722f0ea46a1a66ff 100644
|
| --- a/chrome/browser/services/gcm/push_messaging_service_impl.cc
|
| +++ b/chrome/browser/services/gcm/push_messaging_service_impl.cc
|
| @@ -60,7 +60,7 @@ void PushMessagingServiceImpl::RegisterProfilePrefs(
|
| void PushMessagingServiceImpl::InitializeForProfile(Profile* profile) {
|
| // TODO(mvanouwerkerk): Make sure to remove this check at the same time as
|
| // push graduates from experimental in Blink.
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableExperimentalWebPlatformFeatures)) {
|
| return;
|
| }
|
|
|