Commit e20f566a authored by Dave Tapuska's avatar Dave Tapuska Committed by Commit Bot

Attempt to fix a GCC build issue

unique_ptr in its header.

BUG=1026685

Change-Id: Iffeb041b8542bcbf40de29c7d3e0150bf887cedb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934238
Auto-Submit: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: default avatarDavid Bokan <bokan@chromium.org>
Commit-Queue: David Bokan <bokan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718682}
parent bce54f67
......@@ -31,6 +31,8 @@
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_CORE_INITIALIZER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_CORE_INITIALIZER_H_
#include <memory>
#include "base/macros.h"
#include "third_party/blink/public/common/dom_storage/session_storage_namespace_id.h"
#include "third_party/blink/renderer/core/core_export.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