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

Unified Diff: base/process/process_win.cc

Issue 1852433005: Convert //base to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after r384946 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
« no previous file with comments | « base/process/process_util_unittest.cc ('k') | base/profiler/native_stack_sampler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/process_win.cc
diff --git a/base/process/process_win.cc b/base/process/process_win.cc
index e13fb867086c0eab659705a61ca0250c410fff27..8e508a1b1fbaa4496b8ba34cef30bb2903b8cda7 100644
--- a/base/process/process_win.cc
+++ b/base/process/process_win.cc
@@ -5,7 +5,6 @@
#include "base/process/process.h"
#include "base/logging.h"
-#include "base/memory/scoped_ptr.h"
#include "base/numerics/safe_conversions.h"
#include "base/process/kill.h"
#include "base/win/windows_version.h"
« no previous file with comments | « base/process/process_util_unittest.cc ('k') | base/profiler/native_stack_sampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698