blob: b86670be4e7eea3cd718cbbab0f26854bd760c15 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_PUBLIC_PLATFORM_BLAME_CONTEXT_H_
#define THIRD_PARTY_BLINK_PUBLIC_PLATFORM_BLAME_CONTEXT_H_
#include "base/trace_event/blame_context.h"
namespace blink {
using BlameContext = base::trace_event::BlameContext;
} // namespace blink
#endif // THIRD_PARTY_BLINK_PUBLIC_PLATFORM_BLAME_CONTEXT_H_