Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: ash/common/accessibility_delegate.h

Issue 2000403003: [forbots] IWYU for ax_enums.h Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/accelerators/exit_warning_handler.cc ('k') | ash/shelf/app_list_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/accessibility_delegate.h
diff --git a/ash/common/accessibility_delegate.h b/ash/common/accessibility_delegate.h
index 153091ea2ad23840d06ea1b35e5e8182dcc10c09..d847bbf7c8f8b333caafa584bd825a341cb90db1 100644
--- a/ash/common/accessibility_delegate.h
+++ b/ash/common/accessibility_delegate.h
@@ -7,9 +7,12 @@
#include "ash/ash_export.h"
#include "base/time/time.h"
-#include "ui/accessibility/ax_enums.h"
#include "ui/chromeos/accessibility_types.h"
+namespace ui {
+enum AXGesture : int;
+}
+
namespace ash {
// A delegate class to control and query accessibility features.
« no previous file with comments | « ash/accelerators/exit_warning_handler.cc ('k') | ash/shelf/app_list_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698