Commit cf26bd5a authored by Kevin Babbitt's avatar Kevin Babbitt Committed by Commit Bot

Fix lint issue in ax_action_target_factory.h

In http://crrev.com/c/1693772, Tricium flagged out-of-order includes in
the last patchset after I sent it to CQ. This CL fixes the issue.

R=nektar@chromium.org

Change-Id: Ie0555ab86ca001ae908391a61ead9049e0bd9c55
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715627
Auto-Submit: Kevin Babbitt <kbabbitt@microsoft.com>
Reviewed-by: default avatarNektarios Paisios <nektar@chromium.org>
Commit-Queue: Nektarios Paisios <nektar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#680444}
parent dcfe9090
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
#ifndef CONTENT_RENDERER_ACCESSIBILITY_AX_ACTION_TARGET_FACTORY_H_ #ifndef CONTENT_RENDERER_ACCESSIBILITY_AX_ACTION_TARGET_FACTORY_H_
#define CONTENT_RENDERER_ACCESSIBILITY_AX_ACTION_TARGET_FACTORY_H_ #define CONTENT_RENDERER_ACCESSIBILITY_AX_ACTION_TARGET_FACTORY_H_
#include "content/common/content_export.h"
#include <memory> #include <memory>
#include "content/common/content_export.h"
namespace blink { namespace blink {
class WebDocument; class WebDocument;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment