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

Unified Diff: base/process/kill_win.cc

Issue 2365423003: Remove MessageLoop::current() from base::win::ObjectWatcher (reland). (Closed)
Patch Set: same as https://codereview.chromium.org/2125763003 Created 4 years, 3 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/files/file_path_watcher_win.cc ('k') | base/win/object_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/kill_win.cc
diff --git a/base/process/kill_win.cc b/base/process/kill_win.cc
index 5ba524889ee7c8f95787927e4b204256a3c0e271..ecb08421cfa2309e455f428174b8112ed7891561 100644
--- a/base/process/kill_win.cc
+++ b/base/process/kill_win.cc
@@ -8,6 +8,7 @@
#include <io.h>
#include <stdint.h>
+#include <algorithm>
#include <utility>
#include "base/bind.h"
« no previous file with comments | « base/files/file_path_watcher_win.cc ('k') | base/win/object_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698