| Index: ui/app_list/app_list_switches.h
|
| diff --git a/ui/app_list/app_list_switches.h b/ui/app_list/app_list_switches.h
|
| index c3d759ef51926021d3a5f8a66ad9835226b27055..22216be3d3e644f6471c4ce5ecefddb7eef67873 100644
|
| --- a/ui/app_list/app_list_switches.h
|
| +++ b/ui/app_list/app_list_switches.h
|
| @@ -13,7 +13,7 @@ namespace switches {
|
| APP_LIST_EXPORT extern const char kEnableFolderUI[];
|
| APP_LIST_EXPORT extern const char kDisableVoiceSearch[];
|
|
|
| -bool IsFolderUIEnabled();
|
| +bool APP_LIST_EXPORT IsFolderUIEnabled();
|
|
|
| bool APP_LIST_EXPORT IsVoiceSearchEnabled();
|
|
|
|
|