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

Unified Diff: content/public/test/cache_test_util.h

Issue 2880453003: Introduce RunLoop::Delegate splitting RunLoop/MessageLoop some more. (Closed)
Patch Set: oops, re-invert IsRunning logic Created 3 years, 7 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 | « components/download/internal/scheduler/network_listener_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/cache_test_util.h
diff --git a/content/public/test/cache_test_util.h b/content/public/test/cache_test_util.h
index 53f001977d66b56ad93f6acaa85e7c0c32ebb474..d34a758064baccf49c2412e99dfe4015be019471 100644
--- a/content/public/test/cache_test_util.h
+++ b/content/public/test/cache_test_util.h
@@ -7,11 +7,16 @@
#include <set>
#include <vector>
+
#include "base/run_loop.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/storage_partition.h"
#include "net/disk_cache/disk_cache.h"
+namespace base {
+class WaitableEvent;
+}
+
namespace content {
// A util class that can be used to create and retreive cache entries.
« no previous file with comments | « components/download/internal/scheduler/network_listener_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698