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

Unified Diff: components/scheduler/base/task_queue_manager_delegate_for_test.h

Issue 1852953002: Fix a bunch of IWYU violators that don't include scoped_ptr.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment 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
Index: components/scheduler/base/task_queue_manager_delegate_for_test.h
diff --git a/components/scheduler/base/task_queue_manager_delegate_for_test.h b/components/scheduler/base/task_queue_manager_delegate_for_test.h
index 4693782f46df4ac36d3dba68cd3250760513912f..7a3dbf6dc0cb78a42348f641c7f7674f8bd81c78 100644
--- a/components/scheduler/base/task_queue_manager_delegate_for_test.h
+++ b/components/scheduler/base/task_queue_manager_delegate_for_test.h
@@ -6,6 +6,7 @@
#define COMPONENTS_SCHEDULER_BASE_TASK_QUEUE_MANAGER_DELEGATE_FOR_TEST_H_
#include "base/macros.h"
+#include "base/memory/scoped_ptr.h"
#include "base/time/tick_clock.h"
#include "components/scheduler/base/task_queue_manager_delegate.h"
« no previous file with comments | « components/scheduler/base/task_queue_impl.h ('k') | components/scheduler/child/scheduler_tqm_delegate_for_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698