Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Side by Side Diff: webrtc/rtc_base/trace_event.h

Issue 2962303003: Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/rtc_base/timeutils_unittest.cc ('k') | webrtc/rtc_base/transformadapter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 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: 3 // found in the LICENSE file under third_party_mods/chromium or at:
4 // http://src.chromium.org/svn/trunk/src/LICENSE 4 // http://src.chromium.org/svn/trunk/src/LICENSE
5 5
6 #ifndef WEBRTC_RTC_BASE_TRACE_EVENT_H_ 6 #ifndef WEBRTC_RTC_BASE_TRACE_EVENT_H_
7 #define WEBRTC_RTC_BASE_TRACE_EVENT_H_ 7 #define WEBRTC_RTC_BASE_TRACE_EVENT_H_
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "webrtc/rtc_base/event_tracer.h" 11 #include "webrtc/base/event_tracer.h"
12 12
13 #if defined(TRACE_EVENT0) 13 #if defined(TRACE_EVENT0)
14 #error "Another copy of trace_event.h has already been included." 14 #error "Another copy of trace_event.h has already been included."
15 #endif 15 #endif
16 16
17 // Extracted from Chromium's src/base/debug/trace_event.h. 17 // Extracted from Chromium's src/base/debug/trace_event.h.
18 18
19 // This header is designed to give you trace_event macros without specifying 19 // This header is designed to give you trace_event macros without specifying
20 // how the events actually get collected and stored. If you need to expose trace 20 // how the events actually get collected and stored. If you need to expose trace
21 // event to some other universe, you can copy-and-paste this file, 21 // event to some other universe, you can copy-and-paste this file,
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 const char* name; 901 const char* name;
902 }; 902 };
903 Data* p_data_; 903 Data* p_data_;
904 Data data_; 904 Data data_;
905 }; 905 };
906 906
907 } // namespace trace_event_internal 907 } // namespace trace_event_internal
908 } // namespace webrtc 908 } // namespace webrtc
909 909
910 #endif // WEBRTC_RTC_BASE_TRACE_EVENT_H_ 910 #endif // WEBRTC_RTC_BASE_TRACE_EVENT_H_
OLDNEW
« no previous file with comments | « webrtc/rtc_base/timeutils_unittest.cc ('k') | webrtc/rtc_base/transformadapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698