| Index: chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc b/chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc
|
| index a3852f289431544a9a59c0bc710dfb5943e12cad..2dcc44040adc5db7e75e2d0f9105df9f0e7e2b89 100644
|
| --- a/chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc
|
| +++ b/chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc
|
| @@ -2,11 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "ash/shell.h"
|
| #include "ash/sticky_keys/sticky_keys_controller.h"
|
| #include "ash/sticky_keys/sticky_keys_overlay.h"
|
| #include "ash/system/tray/system_tray.h"
|
| #include "base/command_line.h"
|
| +#include "base/macros.h"
|
| #include "base/prefs/pref_service.h"
|
| #include "chrome/browser/chromeos/accessibility/accessibility_manager.h"
|
| #include "chrome/browser/profiles/profile.h"
|
|
|