Commit bff7e1e9 authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

Qualify #include in generated html_entity_table.cc.

Bug: 836071
Change-Id: Icf7069a6c58d395edae8fddcdb84d07854e8d341
Reviewed-on: https://chromium-review.googlesource.com/1039103Reviewed-by: default avatarHitoshi Yoshida <peria@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555292}
parent dd64d50d
...@@ -97,7 +97,7 @@ output_file.write("""/* ...@@ -97,7 +97,7 @@ output_file.write("""/*
// THIS FILE IS GENERATED BY core/html/parser/create-html-entity-table // THIS FILE IS GENERATED BY core/html/parser/create-html-entity-table
// DO NOT EDIT (unless you are a ninja)! // DO NOT EDIT (unless you are a ninja)!
#include "core/html/parser/html_entity_table.h" #include "third_party/blink/renderer/core/html/parser/html_entity_table.h"
namespace blink { namespace blink {
......
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