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

Side by Side Diff: base/trace_event/trace_event.h

Issue 989343002: Revert of base: Fix/add header #ifndef guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « base/timer/mock_timer.h ('k') | base/trace_event/trace_event_synthetic_delay.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. 3 // found in the LICENSE file.
4 4
5 // This header file defines the set of trace_event macros without specifying 5 // This header file defines the set of trace_event macros without specifying
6 // how the events actually get collected and stored. If you need to expose trace 6 // how the events actually get collected and stored. If you need to expose trace
7 // events to some other universe, you can copy-and-paste this file as well as 7 // events to some other universe, you can copy-and-paste this file as well as
8 // trace_event.h, modifying the macros contained there as necessary for the 8 // trace_event.h, modifying the macros contained there as necessary for the
9 // target platform. The end result is that multiple libraries can funnel events 9 // target platform. The end result is that multiple libraries can funnel events
10 // through to a shared trace event collector. 10 // through to a shared trace event collector.
(...skipping 1589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1600 const char* category_group_; 1600 const char* category_group_;
1601 const char* name_; 1601 const char* name_;
1602 IDType id_; 1602 IDType id_;
1603 1603
1604 DISALLOW_COPY_AND_ASSIGN(TraceScopedTrackableObject); 1604 DISALLOW_COPY_AND_ASSIGN(TraceScopedTrackableObject);
1605 }; 1605 };
1606 1606
1607 } // namespace trace_event 1607 } // namespace trace_event
1608 } // namespace base 1608 } // namespace base
1609 1609
1610 #endif // BASE_TRACE_EVENT_TRACE_EVENT_H_ 1610 #endif /* BASE_TRACE_EVENT_TRACE_EVENT_H_ */
OLDNEW
« no previous file with comments | « base/timer/mock_timer.h ('k') | base/trace_event/trace_event_synthetic_delay.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698