| Index: chrome/browser/chromeos/accessibility/chromevox_panel.h
|
| diff --git a/chrome/browser/chromeos/accessibility/chromevox_panel.h b/chrome/browser/chromeos/accessibility/chromevox_panel.h
|
| index 6079c079b269413929c935f3eef180e82be36f6f..d03b998d978f297bff018cd93ab7cc7c85051e52 100644
|
| --- a/chrome/browser/chromeos/accessibility/chromevox_panel.h
|
| +++ b/chrome/browser/chromeos/accessibility/chromevox_panel.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_CHROMEVOX_PANEL_H_
|
| #define CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_CHROMEVOX_PANEL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/macros.h"
|
| #include "ui/gfx/display_observer.h"
|
| #include "ui/views/widget/widget_delegate.h"
|
|
|