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

Unified Diff: blimp/helium/lazy_syncable_adapter_unittest.cc

Issue 2598963005: Include-what-you-use for WrapUnique/MakeUnique. (Closed)
Patch Set: manual change 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: blimp/helium/lazy_syncable_adapter_unittest.cc
diff --git a/blimp/helium/lazy_syncable_adapter_unittest.cc b/blimp/helium/lazy_syncable_adapter_unittest.cc
index 1c5d0ab16a39d1de33ec0093a1983e2333158284..d8c0567d5372b75744455111c53d9ff940fcef1a 100644
--- a/blimp/helium/lazy_syncable_adapter_unittest.cc
+++ b/blimp/helium/lazy_syncable_adapter_unittest.cc
@@ -7,6 +7,7 @@
#include <stdint.h>
#include "base/bind.h"
+#include "base/memory/ptr_util.h"
#include "blimp/helium/helium_test.h"
#include "blimp/helium/mock_objects.h"
#include "blimp/helium/serializable_struct.h"

Powered by Google App Engine
This is Rietveld 408576698