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

Unified Diff: blimp/helium/object_sync_state.h

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/object_sync_state.h
diff --git a/blimp/helium/object_sync_state.h b/blimp/helium/object_sync_state.h
index 8f4e2e6d0b1524bca113636f8d6679d5affc900d..5bd54b381231237e18bddf9af357e9288a9de1df 100644
--- a/blimp/helium/object_sync_state.h
+++ b/blimp/helium/object_sync_state.h
@@ -6,6 +6,7 @@
#define BLIMP_HELIUM_OBJECT_SYNC_STATE_H_
#include "base/cancelable_callback.h"
+#include "base/memory/ptr_util.h"
#include "blimp/helium/blimp_helium_export.h"
#include "blimp/helium/lazy_syncable_adapter.h"
#include "blimp/helium/syncable.h"

Powered by Google App Engine
This is Rietveld 408576698