blob: 1bea5f4db82b4428cbea426123e9fdfa62356800 [file] [log] [blame]
ehmaldonado370dd472017-07-10 05:58:42 -07001// Copyright (c) 2012 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 under third_party_mods/chromium or at:
4// http://src.chromium.org/svn/trunk/src/LICENSE
5
6#ifndef WEBRTC_BASE_TRACE_EVENT_H_
7#define WEBRTC_BASE_TRACE_EVENT_H_
8
9
10// This header is deprecated and is just left here temporarily during
11// refactoring. See https://bugs.webrtc.org/7634 for more details.
12#include "webrtc/rtc_base/trace_event.h"
13
14#endif // WEBRTC_BASE_TRACE_EVENT_H_