OLD | NEW |
| (Empty) |
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_SYSTEM_WRAPPERS_INTERFACE_TRACE_EVENT_H_ | |
7 #define WEBRTC_SYSTEM_WRAPPERS_INTERFACE_TRACE_EVENT_H_ | |
8 | |
9 // This file has moved. | |
10 // TODO(tommi): Delete after removing dependencies and updating Chromium. | |
11 #include "webrtc/base/trace_event.h" | |
12 | |
13 #endif // WEBRTC_SYSTEM_WRAPPERS_INTERFACE_TRACE_EVENT_H_ | |
OLD | NEW |