Commit a1559dfc authored by Mostyn Bramley-Moore's avatar Mostyn Bramley-Moore Committed by Commit Bot

IWYU: #include <memory> for std::unique_ptr

Change-Id: I1777730958e0e36fb65450abe2178669a6e29996
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845216Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com>
Cr-Commit-Position: refs/heads/master@{#703635}
parent b2d16baa
......@@ -5,6 +5,7 @@
#ifndef STORAGE_BROWSER_TEST_MOCK_BLOB_UTIL_H_
#define STORAGE_BROWSER_TEST_MOCK_BLOB_UTIL_H_
#include <memory>
#include <string>
#include "base/macros.h"
......
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