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

Unified Diff: device/wake_lock/wake_lock_service_context_unittest.cc

Issue 2596283002: Include-what-you-use for ThreadTaskRunnerHandle. (Closed)
Patch Set: rebase Created 4 years 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
Index: device/wake_lock/wake_lock_service_context_unittest.cc
diff --git a/device/wake_lock/wake_lock_service_context_unittest.cc b/device/wake_lock/wake_lock_service_context_unittest.cc
index ce055c464507cd0405ce77d61ddddb9a3de71ed3..8b7f6d14ceb4b242b9e104e2e95aa361d4fd3e4c 100644
--- a/device/wake_lock/wake_lock_service_context_unittest.cc
+++ b/device/wake_lock/wake_lock_service_context_unittest.cc
@@ -8,6 +8,7 @@
#include "base/message_loop/message_loop.h"
#include "base/process/kill.h"
+#include "base/threading/thread_task_runner_handle.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace device {

Powered by Google App Engine
This is Rietveld 408576698