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

Unified Diff: extensions/browser/api/system_cpu/cpu_info_provider_win.cc

Issue 1869503004: Convert //tools to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, change iwyu fixes for converted directories to include <memory> Created 4 years, 8 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: extensions/browser/api/system_cpu/cpu_info_provider_win.cc
diff --git a/extensions/browser/api/system_cpu/cpu_info_provider_win.cc b/extensions/browser/api/system_cpu/cpu_info_provider_win.cc
index c3a4002a0167954d89c5d47c6596fde74c21c5d7..eba4891b62571bb0e9896a43ff1e442d9d1f13c0 100644
--- a/extensions/browser/api/system_cpu/cpu_info_provider_win.cc
+++ b/extensions/browser/api/system_cpu/cpu_info_provider_win.cc
@@ -7,6 +7,7 @@
#include <windows.h>
#include <winternl.h>
+#include "base/memory/scoped_ptr.h"
#include "base/sys_info.h"
namespace extensions {
« no previous file with comments | « chrome/browser/extensions/window_controller.h ('k') | extensions/renderer/api/display_source/display_source_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698