Commit 4475a993 authored by Stephan Hartmann's avatar Stephan Hartmann Committed by Chromium LUCI CQ

IWYU: add missing include for std::unique_ptr

Change-Id: I8f44b6046f38de06644920ee10c3f59e7f18bbd8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602359Reviewed-by: default avatarSigurður Ásgeirsson <siggi@chromium.org>
Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840024}
parent 8403d496
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#ifndef COMPONENTS_PERFORMANCE_MANAGER_PUBLIC_FREEZING_FREEZING_H_ #ifndef COMPONENTS_PERFORMANCE_MANAGER_PUBLIC_FREEZING_FREEZING_H_
#define COMPONENTS_PERFORMANCE_MANAGER_PUBLIC_FREEZING_FREEZING_H_ #define COMPONENTS_PERFORMANCE_MANAGER_PUBLIC_FREEZING_FREEZING_H_
#include <memory>
#include "components/performance_manager/public/voting/voting.h" #include "components/performance_manager/public/voting/voting.h"
namespace content { namespace content {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment