Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index 082ab26024097e4b94705d8e9e71254434c3646d..171d03f3c80d5c240b175dc25c259bcba1374631 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -26,7 +26,7 @@ |
#include "base/process/process_handle.h" |
#include "base/single_thread_task_runner.h" |
#include "build/build_config.h" |
-#include "content/common/accessibility_mode_enums.h" |
+#include "content/common/accessibility_mode.h" |
#include "content/common/associated_interface_registry_impl.h" |
#include "content/common/download/mhtml_save_status.h" |
#include "content/common/frame.mojom.h" |
@@ -1312,8 +1312,7 @@ class CONTENT_EXPORT RenderFrameImpl |
// The current accessibility mode. |
AccessibilityMode accessibility_mode_; |
- // Only valid if |accessibility_mode_| is anything other than |
- // AccessibilityModeOff. |
+ // Only valid if |accessibility_mode_| has no flags. |
RenderAccessibilityImpl* render_accessibility_; |
std::unique_ptr<RelatedAppsFetcher> related_apps_fetcher_; |