Remove linux_chromium_gn_dbg from the chromium CQ.
[chromium-blink-merge.git] / tools / clang / blink_gc_plugin / tests / class_does_not_require_finalization.cpp
blob9c51eca0c1d13138bd5d549ac2f3150db57e59b1
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "class_does_not_require_finalization.h"
7 namespace blink {
9 void DoesNotNeedFinalizer::trace(Visitor* visitor)
13 DoesNotNeedFinalizer2::~DoesNotNeedFinalizer2()
17 void DoesNotNeedFinalizer2::trace(Visitor* visitor)