| 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. | |
| 4 | |
| 5 // In the process of moving the trace event files. Right now the headers | |
| 6 // are being forwarded. In next CLs the change will get completed | |
| 7 // TODO(ssid): https://code.google.com/p/chromium/issues/detail?id=451032 | |
| 8 | |
| 9 #ifndef BASE_DEBUG_TRACE_EVENT_WIN_H_ | |
| 10 #define BASE_DEBUG_TRACE_EVENT_WIN_H_ | |
| 11 | |
| 12 #include "base/trace_event/trace_event_win.h" | |
| 13 | |
| 14 #endif // BASE_DEBUG_TRACE_EVENT_WIN_H_ | |
| OLD | NEW |