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

Unified Diff: content/browser/device_sensors/device_sensor_host.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/device_sensors/device_sensor_host.cc
diff --git a/content/browser/device_sensors/device_sensor_host.cc b/content/browser/device_sensors/device_sensor_host.cc
index 76096def5fbf1538416649e32cb2e7add8753a69..06c898af88cad1e2f2d40b970df586861c1331db 100644
--- a/content/browser/device_sensors/device_sensor_host.cc
+++ b/content/browser/device_sensors/device_sensor_host.cc
@@ -4,6 +4,7 @@
#include "content/browser/device_sensors/device_sensor_host.h"
+#include "base/memory/ptr_util.h"
#include "base/message_loop/message_loop.h"
#include "content/browser/device_sensors/device_sensor_service.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
« no previous file with comments | « content/browser/compositor/gpu_process_transport_factory.cc ('k') | content/browser/dom_storage/local_storage_context_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698