Chromium Code Reviews| Index: ui/app_list/app_list_switches.cc |
| diff --git a/ui/app_list/app_list_switches.cc b/ui/app_list/app_list_switches.cc |
| index 89f621e2238eedc118e6a1186443c68223e8fa98..b7f566f00af267cb1dc8d7b1f2e3022e2e093f99 100644 |
| --- a/ui/app_list/app_list_switches.cc |
| +++ b/ui/app_list/app_list_switches.cc |
| @@ -5,6 +5,8 @@ |
| #include "ui/app_list/app_list_switches.h" |
| #include "base/command_line.h" |
| +#include "base/metrics/field_trial_params.h" |
| +#include "ui/app_list/app_list_features.h" |
|
xiyuan
2017/05/26 18:27:31
Are these two used in this file?
newcomer
2017/05/26 23:20:21
Done.
|
| namespace app_list { |
| namespace switches { |