Commit 0efd2104 authored by Hoch Hochkeppel's avatar Hoch Hochkeppel Committed by Commit Bot

Add missing #include to FakeIAsyncOperation

Adding a #include to FakeIAsyncOperation that should have been included
originally but was missed.

Bug: 1141584
Change-Id: I0da3062a08b103d535c947f56c326f33db54179d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493062
Commit-Queue: Robert Liao <robliao@chromium.org>
Reviewed-by: default avatarRobert Liao <robliao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820048}
parent 6d4a3203
......@@ -6,6 +6,7 @@
#define BASE_TEST_FAKE_IASYNC_OPERATION_WIN_H_
#include <wrl/client.h>
#include <wrl/implements.h>
#include "base/notreached.h"
#include "base/win/winrt_foundation_helpers.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