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

Unified Diff: device/core/device_monitor_win.cc

Issue 1853033003: Fix IWYU violators that don't include scoped_ptr.h in Windows build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months 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: device/core/device_monitor_win.cc
diff --git a/device/core/device_monitor_win.cc b/device/core/device_monitor_win.cc
index 7f3d67d26dfa2302bcfc1ed812f3150f9e8fab57..1d099076841b95cb6d9412ee9a4ce9440107c7e2 100644
--- a/device/core/device_monitor_win.cc
+++ b/device/core/device_monitor_win.cc
@@ -11,6 +11,7 @@
#include "base/at_exit.h"
#include "base/bind.h"
#include "base/macros.h"
+#include "base/memory/scoped_ptr.h"
#include "base/strings/string_util.h"
#include "base/strings/sys_string_conversions.h"
#include "base/win/message_window.h"
« no previous file with comments | « device/bluetooth/bluetooth_remote_gatt_service_win.h ('k') | extensions/browser/guest_view/web_view/web_view_find_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698