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

Unified Diff: components/sync/model_impl/attachments/task_queue_unittest.cc

Issue 2598963005: Include-what-you-use for WrapUnique/MakeUnique. (Closed)
Patch Set: restore order of includes in x11_topmost_window_finder_interactive_uitest.cc 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: components/sync/model_impl/attachments/task_queue_unittest.cc
diff --git a/components/sync/model_impl/attachments/task_queue_unittest.cc b/components/sync/model_impl/attachments/task_queue_unittest.cc
index 634a5de2ba358b67e85fbf9283fc0587567820f7..413433cf488fc6f2f1a2b789f4b2ded3c2a328ba 100644
--- a/components/sync/model_impl/attachments/task_queue_unittest.cc
+++ b/components/sync/model_impl/attachments/task_queue_unittest.cc
@@ -6,6 +6,7 @@
#include <vector>
+#include "base/memory/ptr_util.h"
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "base/timer/mock_timer.h"

Powered by Google App Engine
This is Rietveld 408576698