[jumbo] drop using statement from header file
This fixes the following jumbo build error: In file included from gen/third_party/WebKit/Source/platform/blink_platform_unittests_sources_jumbo_3.cc:26: In file included from ./../../third_party/WebKit/Source/platform/graphics/paint/DrawingRecorderTest.cpp:8: ../../third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.h:19:23: error: target of using declaration conflicts with declaration already in scope using blink::testing::DefaultPaintChunkProperties; ^ ../../third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h:29:36: note: target of using declaration static inline PaintChunkProperties DefaultPaintChunkProperties() { ^ ./../../third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp:43:22: note: conflicting declaration PaintChunkProperties DefaultPaintChunkProperties() { ^ 1 error generated. Followup to https://chromium-review.googlesource.com/c/chromium/src/+/922391 TBR=chrishtr@chromium.org Bug: 811269 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Icb472581bb3b9fc46c82d21b0566572b61732876 Reviewed-on: https://chromium-review.googlesource.com/924863 Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com> Reviewed-by:Mostyn Bramley-Moore <mostynb@vewd.com> Cr-Commit-Position: refs/heads/master@{#537559}
Showing
Please register or sign in to comment