| Index: chrome/browser/chromeos/accessibility/chromevox_panel.cc
|
| diff --git a/chrome/browser/chromeos/accessibility/chromevox_panel.cc b/chrome/browser/chromeos/accessibility/chromevox_panel.cc
|
| index d2cc9cd9f4833ed9844f1bab310a86c601285cb0..d726fd136eb95065b6d3e4db796c8e5c824834b4 100644
|
| --- a/chrome/browser/chromeos/accessibility/chromevox_panel.cc
|
| +++ b/chrome/browser/chromeos/accessibility/chromevox_panel.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "ash/common/accessibility_types.h"
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shelf/shelf.h"
|
| @@ -14,7 +15,6 @@
|
| #include "chrome/common/extensions/extension_constants.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "extensions/browser/view_type_utils.h"
|
| -#include "ui/chromeos/accessibility_types.h"
|
| #include "ui/display/screen.h"
|
| #include "ui/views/controls/webview/webview.h"
|
| #include "ui/views/layout/fill_layout.h"
|
|
|