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..164796e9de34affc509d189fd55a48b37f7aed2d 100644 |
| --- a/ui/app_list/app_list_switches.cc |
| +++ b/ui/app_list/app_list_switches.cc |
| @@ -3,8 +3,9 @@ |
| // found in the LICENSE file. |
| #include "ui/app_list/app_list_switches.h" |
| - |
|
xiyuan
2017/05/24 18:28:17
nit: restore
newcomer
2017/05/25 23:10:51
Done.
|
| #include "base/command_line.h" |
| +#include "base/metrics/field_trial_params.h" |
| +#include "ui/app_list/app_list_features.h" |
| namespace app_list { |
| namespace switches { |
| @@ -72,6 +73,5 @@ bool IsDriveSearchInChromeLauncherEnabled() { |
| return true; |
| } |
| - |
|
xiyuan
2017/05/24 18:28:18
nit: restore
newcomer
2017/05/25 23:10:51
Done.
|
| } // namespace switches |
| } // namespace app_list |