Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1007)

Unified Diff: media/blink/url_index_unittest.cc

Issue 1829163002: Lazily prune the multibuffer block cache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no export Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/blink/url_index.cc ('k') | media/cast/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/url_index_unittest.cc
diff --git a/media/blink/url_index_unittest.cc b/media/blink/url_index_unittest.cc
index 9a309cb8d39c904f772a28d60a0463174ffd0cd9..b8b23bfdb4ebac914fd0ef13d1d0f65ccd73f7a9 100644
--- a/media/blink/url_index_unittest.cc
+++ b/media/blink/url_index_unittest.cc
@@ -8,6 +8,7 @@
#include <string>
#include "base/logging.h"
+#include "base/message_loop/message_loop.h"
#include "base/strings/stringprintf.h"
#include "media/blink/url_index.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -26,6 +27,8 @@ class UrlIndexTest : public testing::Test {
return ret;
}
+ // TODO(hubbe): Make UrlIndex take a task_runner_
+ base::MessageLoop message_loop_;
UrlIndex url_index_;
};
« no previous file with comments | « media/blink/url_index.cc ('k') | media/cast/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698