1 // Copyright 2022 The Chromium Authors 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 // This is a test intended to flush out potential build failures from mismatched 6 // declarations between absl's dynamic_annotations.h and the (unmaintained but 7 // still used) version in this directory. 8 9 #include "base/third_party/dynamic_annotations/dynamic_annotations.h" 10 #include "third_party/abseil-cpp/absl/base/dynamic_annotations.h" 11