Skip to content

Commit

Permalink
bindings: Fix IWYU
Browse files Browse the repository at this point in the history
Adds a missing header include to core/testing/type_convertion.h.

Bug: 839389
Change-Id: I610c1bf60d6b7c3ac0898383b37bb5c232fcb3d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082223
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745915}
  • Loading branch information
yuki3 authored and Commit Bot committed Mar 2, 2020
1 parent 68aabd4 commit 370ebe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/blink/renderer/core/testing/type_conversions.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#include "third_party/blink/renderer/platform/bindings/script_wrappable.h"
#include "third_party/blink/renderer/platform/heap/handle.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace blink {

Expand Down

0 comments on commit 370ebe2

Please sign in to comment.