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

Unified Diff: blimp/client/core/compositor/blob_channel_feature.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: blimp/client/core/compositor/blob_channel_feature.cc
diff --git a/blimp/client/core/compositor/blob_channel_feature.cc b/blimp/client/core/compositor/blob_channel_feature.cc
index 65d8ee289978cb953ddf8a4f460d3c184a4b378e..4cc93e12784f45e34e5c608f663430d1ccf25a0e 100644
--- a/blimp/client/core/compositor/blob_channel_feature.cc
+++ b/blimp/client/core/compositor/blob_channel_feature.cc
@@ -4,6 +4,7 @@
#include "blimp/client/core/compositor/blob_channel_feature.h"
+#include "base/memory/ptr_util.h"
#include "blimp/common/blob_cache/in_memory_blob_cache.h"
#include "blimp/common/proto/blimp_message.pb.h"
#include "blimp/net/blob_channel/blob_channel_receiver.h"
« no previous file with comments | « blimp/client/core/compositor/blimp_compositor_unittest.cc ('k') | blimp/client/core/contents/blimp_contents_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698