Index: content/browser/frame_host/render_frame_host_delegate.h |
diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h |
index c863b0044a49b2f872438a596d6c03bf89a3af47..94f7d6219d9b7ca31faa403964b3172b35365cfb 100644 |
--- a/content/browser/frame_host/render_frame_host_delegate.h |
+++ b/content/browser/frame_host/render_frame_host_delegate.h |
@@ -172,7 +172,7 @@ class CONTENT_EXPORT RenderFrameHostDelegate { |
// Called when accessibility events or location changes are received |
// from a render frame, when the accessibility mode has the |
- // ACCESSIBILITY_MODE_FLAG_WEB_CONTENTS flag set. |
+ // AccessibilityMode::WEB_CONTENTS flag set. |
virtual void AccessibilityEventReceived( |
const std::vector<AXEventNotificationDetails>& details) {} |
virtual void AccessibilityLocationChangesReceived( |