Commit 02c4b003 authored by Carlos Caballero's avatar Carlos Caballero Committed by Commit Bot

Remove MessageLoop references in /third_party/blink/renderer/core/frame

MessageLoop is going away soon.

This CL was uploaded by git cl split.

R=japhet@chromium.org

Bug: 891670
Change-Id: I20f6d248ef6e288252dad8462e0712a0b4974bf0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1945811
Auto-Submit: Carlos Caballero <carlscab@google.com>
Commit-Queue: Carlos Caballero <carlscab@google.com>
Commit-Queue: Nate Chapin <japhet@chromium.org>
Reviewed-by: default avatarNate Chapin <japhet@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720714}
parent 012b0b50
specific_include_rules = {
"ad_tracker_test.cc": [
"+base/run_loop.h",
],
"local_frame_back_forward_cache_test.cc": [
"+base/run_loop.h",
],
......
......@@ -6,6 +6,7 @@
#include <memory>
#include "base/run_loop.h"
#include "base/test/scoped_feature_list.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/features.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