| Index: chrome/browser/extensions/extension_service.cc
|
| diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc
|
| index 4deba6c0c801c2d66efd709aa5bc64383831343e..a97897d948d2f58ea35b547df0f3983e6d0b3b2e 100644
|
| --- a/chrome/browser/extensions/extension_service.cc
|
| +++ b/chrome/browser/extensions/extension_service.cc
|
| @@ -80,7 +80,7 @@
|
| #include "chrome/common/extensions/extension_manifest_constants.h"
|
| #include "chrome/common/extensions/extension_messages.h"
|
| #include "chrome/common/extensions/feature_switch.h"
|
| -#include "chrome/common/extensions/features/feature.h"
|
| +#include "chrome/common/extensions/features/feature_channel.h"
|
| #include "chrome/common/extensions/incognito_handler.h"
|
| #include "chrome/common/extensions/manifest.h"
|
| #include "chrome/common/extensions/manifest_handlers/app_isolation_info.h"
|
| @@ -2815,7 +2815,7 @@ void ExtensionService::Observe(int type,
|
|
|
| // Extensions need to know the channel for API restrictions.
|
| process->Send(new ExtensionMsg_SetChannel(
|
| - extensions::Feature::GetCurrentChannel()));
|
| + extensions::GetCurrentChannel()));
|
|
|
| // Platform apps need to know the system font.
|
| scoped_ptr<base::DictionaryValue> fonts(new base::DictionaryValue);
|
|
|