ehmaldonado | 370dd47 | 2017-07-10 05:58:42 -0700 | [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 | |
| 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_ |