Commit 82bc7458 authored by Daniel Bratell's avatar Daniel Bratell Committed by Commit Bot

Correct include guard in aom_context_ax_tree.h

A trailing "}" was not included in the include guard so if
included multiple time, you would get "extraneous }" errors.

Change-Id: I32582e928220ee9428acbefa9a4833d9d36d2eec
Reviewed-on: https://chromium-review.googlesource.com/888581Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Daniel Bratell <bratell@opera.com>
Cr-Commit-Position: refs/heads/master@{#532172}
parent 021edc1e
......@@ -34,6 +34,6 @@ class AomContentAxTree : public blink::WebComputedAXTree {
DISALLOW_COPY_AND_ASSIGN(AomContentAxTree);
};
#endif // CONTENT_RENDERER_ACCESSIBILITY_AOM_CONTENT_AX_TREE_H_
} // namespace content
#endif // CONTENT_RENDERER_ACCESSIBILITY_AOM_CONTENT_AX_TREE_H_
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