Commit 14157ad2 authored by Carlos Caballero's avatar Carlos Caballero Committed by Commit Bot

Remove MessageLoop references in /ui/display

MessageLoop is going away soon.

This CL was uploaded by git cl split.

R=oshima@chromium.org

Bug: 891670
Change-Id: I4687dda8e4a49d0064ff9dfe7b68173223d56a80
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1946230
Auto-Submit: Carlos Caballero <carlscab@google.com>
Reviewed-by: default avatarMitsuru Oshima <oshima@chromium.org>
Commit-Queue: Carlos Caballero <carlscab@google.com>
Cr-Commit-Position: refs/heads/master@{#720862}
parent ecaeb706
......@@ -5,8 +5,8 @@
#include "ui/display/manager/content_protection_manager.h"
#include "base/containers/flat_map.h"
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "base/test/task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/display/fake/fake_display_snapshot.h"
#include "ui/display/manager/test/action_logger_util.h"
......@@ -111,7 +111,7 @@ class ContentProtectionManagerTest : public testing::Test {
return manager_.TriggerDisplaySecurityTimeoutForTesting();
}
base::MessageLoop message_loop_;
base::test::SingleThreadTaskEnvironment task_environment_;
TestDisplayLayoutManager layout_manager_{{}, MULTIPLE_DISPLAY_STATE_INVALID};
ActionLogger log_;
......
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