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

Side by Side Diff: third_party/WebKit/Source/platform/probe/templates/InstrumentingProbesInl.h.tmpl

Issue 2772613002: [instrumentation] Rename InspectorInstrumentation into CoreProbes (Closed)
Patch Set: fix typo Created 3 years, 8 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
OLDNEW
1 // This file is generated from {{input_file}} 1 // This file is generated from {{input_file}}
2 2
3 // Copyright 2017 The Chromium Authors. All rights reserved. 3 // Copyright 2017 The Chromium Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style license that can be 4 // Use of this source code is governed by a BSD-style license that can be
5 // found in the LICENSE file. 5 // found in the LICENSE file.
6 6
7 #ifndef {{file.header_name}}_h 7 #ifndef {{file.header_name}}_h
8 #define {{file.header_name}}_h 8 #define {{file.header_name}}_h
9 9
10 #include "platform/heap/HeapAllocator.h" 10 #include "platform/heap/HeapAllocator.h"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 PROBE_EXPORT {{probe.return_type}} {{probe.name}}({{ params_decl(probe) }}); 51 PROBE_EXPORT {{probe.return_type}} {{probe.name}}({{ params_decl(probe) }});
52 52
53 {%- endif %} 53 {%- endif %}
54 {%- endfor %} 54 {%- endfor %}
55 55
56 56
57 } // namespace probe 57 } // namespace probe
58 } // namespace blink 58 } // namespace blink
59 59
60 #endif // !defined({{file.header_name}}_h) 60 #endif // !defined({{file.header_name}}_h)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698