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

Unified Diff: content/browser/renderer_host/offscreen_canvas_surface_factory_impl.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: content/browser/renderer_host/offscreen_canvas_surface_factory_impl.cc
diff --git a/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.cc b/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.cc
index 18a6d7ce986cf28cc6af9779ab498c20072e9737..6393d8135d7e6ab4eeb0ce6a5fbac4d3e7767bdd 100644
--- a/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.cc
+++ b/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.cc
@@ -4,6 +4,7 @@
#include "content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h"
+#include "base/memory/ptr_util.h"
#include "cc/surfaces/frame_sink_id.h"
#include "content/browser/renderer_host/offscreen_canvas_surface_impl.h"
#include "mojo/public/cpp/bindings/strong_binding.h"

Powered by Google App Engine
This is Rietveld 408576698