tommi@webrtc.org | 7c64ed2 | 2015-03-17 14:25:37 +0000 | [diff] [blame] | 1 | // 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 | |
tommi@webrtc.org | 7c64ed2 | 2015-03-17 14:25:37 +0000 | [diff] [blame] | 9 | |
Henrik Kjellander | 6776518 | 2017-06-28 20:58:07 +0200 | [diff] [blame] | 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" |
tommi@webrtc.org | 7c64ed2 | 2015-03-17 14:25:37 +0000 | [diff] [blame] | 13 | |
| 14 | #endif // WEBRTC_BASE_TRACE_EVENT_H_ |