v8/src/profiler
Clemens Hammacher 75790c9823 [iwyu] Add missing includes of <memory> for std::unique_ptr
After https://crrev.com/c/1800575 and https://crrev.com/c/1803343,
which tried to fix this on occuring compile errors, this CL
systematically adds the <memory> include to each header that uses
{std::unique_ptr}.

R=sigurds@chromium.org
TBR=mlippautz@chromium.org,alph@chromium.org,rmcilroy@chromium.org,verwaest@chromium.org

Bug: v8:9396
Change-Id: If7f9c3140842f9543135dddd7344c0f357999da0
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1803349
Reviewed-by: Clemens Hammacher <clemensh@chromium.org>
Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#63767}
2019-09-13 17:13:36 +00:00
..
allocation-tracker.cc Revert "[heap] Remove ClearRecordedSlots" 2019-08-22 12:06:36 +00:00
allocation-tracker.h [cleanup] Replace simple typedefs by using 2019-05-27 12:39:49 +00:00
circular-queue-inl.h
circular-queue.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
cpu-profiler-inl.h [cpu-profiler] Clean up some includes 2019-04-08 09:48:16 +00:00
cpu-profiler.cc [cpu-profiler] Add parameter to filter profiles by v8::Context 2019-08-20 00:04:31 +00:00
cpu-profiler.h [cpu-profiler] Add parameter to filter profiles by v8::Context 2019-08-20 00:04:31 +00:00
heap-profiler.cc profiler: Allow querying SnapshotObjectId for native objects 2019-08-09 08:41:03 +00:00
heap-profiler.h profiler: Allow querying SnapshotObjectId for native objects 2019-08-09 08:41:03 +00:00
heap-snapshot-generator-inl.h Move string-related files to src/strings 2019-05-21 07:17:48 +00:00
heap-snapshot-generator.cc [Compile] Ensure CollectSourcePositions is context independent. 2019-08-12 22:26:19 +00:00
heap-snapshot-generator.h [iwyu] Add missing includes of <memory> for std::unique_ptr 2019-09-13 17:13:36 +00:00
OWNERS Additional OWNERS for src/profiler and src/tracing 2019-05-17 06:35:15 +00:00
profile-generator-inl.h [iwyu] Add missing includes of <memory> for std::unique_ptr 2019-09-13 17:13:36 +00:00
profile-generator.cc Replace base::make_unique by std::make_unique 2019-09-10 11:21:51 +00:00
profile-generator.h [cpu-profiler] Add parameter to filter profiles by v8::Context 2019-08-20 00:04:31 +00:00
profiler-listener.cc Replace base::make_unique by std::make_unique 2019-09-10 11:21:51 +00:00
profiler-listener.h [cpu-profiler] Add parameter to filter profiles by v8::Context 2019-08-20 00:04:31 +00:00
sampling-heap-profiler.cc Replace base::make_unique by std::make_unique 2019-09-10 11:21:51 +00:00
sampling-heap-profiler.h [cleanup] Replace simple typedefs by using 2019-05-27 12:39:49 +00:00
strings-storage.cc Move utility code to src/utils 2019-05-23 14:13:34 +00:00
strings-storage.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
tick-sample.cc [cleanup] Remove unused TickSample class from the public API 2019-08-22 07:27:35 +00:00
tick-sample.h [cleanup] Remove unused TickSample class from the public API 2019-08-22 07:27:35 +00:00
tracing-cpu-profiler.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
tracing-cpu-profiler.h [iwyu] Add missing includes of <memory> for std::unique_ptr 2019-09-13 17:13:36 +00:00