1 // Copyright 2015 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 "traceimpl_error.h"
9 void TraceImplExternWithUntracedMember::trace(Visitor
* visitor
) {
13 template <typename VisitorDispatcher
>
14 inline void TraceImplExternWithUntracedMember::traceImpl(
15 VisitorDispatcher visitor
) {
16 // Should get a warning as well.
19 void TraceImplExternWithUntracedBase::trace(Visitor
* visitor
) {
23 template <typename VisitorDispatcher
>
24 inline void TraceImplExternWithUntracedBase::traceImpl(
25 VisitorDispatcher visitor
) {