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

Unified Diff: base/process/process_handle_win.cc

Issue 1852433005: Convert //base to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant base:: prefix 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: base/process/process_handle_win.cc
diff --git a/base/process/process_handle_win.cc b/base/process/process_handle_win.cc
index 7763f58164589b1563b3c9e80ee93cb4cdbcb119..b9759a765810f8d93e0b63439bcf63947f1b4c59 100644
--- a/base/process/process_handle_win.cc
+++ b/base/process/process_handle_win.cc
@@ -7,7 +7,8 @@
#include <windows.h>
#include <tlhelp32.h>
-#include "base/memory/scoped_ptr.h"
+#include <memory>
Nico 2016/04/04 17:14:56 unused
dcheng 2016/04/04 17:43:39 Done.
+
#include "base/win/scoped_handle.h"
#include "base/win/windows_version.h"

Powered by Google App Engine
This is Rietveld 408576698