Commit f96614b8 authored by Jose Dapena Paz's avatar Jose Dapena Paz Committed by Commit Bot

DownloadDB: include <memory> for std::unique_ptr

IWYU: it fixes the build with libstdc++ after dc24395b "Retry initializing download
db on failure"

Bug: 819294
Change-Id: Id8a9bdf56f74d979d4e48747a3a6fbd9c51f59c6
Reviewed-on: https://chromium-review.googlesource.com/1150530
Commit-Queue: José Dapena Paz <jose.dapena@lge.com>
Reviewed-by: default avatarMin Qin <qinmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578586}
parent 98dd473e
......@@ -5,6 +5,7 @@
#ifndef COMPONENTS_DOWNLOAD_DATABASE_DOWNLOAD_DB_H_
#define COMPONENTS_DOWNLOAD_DATABASE_DOWNLOAD_DB_H_
#include <memory>
#include <string>
#include "base/callback_forward.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