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

Unified Diff: base/win/object_watcher.cc

Issue 937353002: Adding method to create process using LowBox token in sandbox code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed indent. Created 5 years, 10 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/win/object_watcher.cc
diff --git a/base/win/object_watcher.cc b/base/win/object_watcher.cc
index fe209f5e3385ba58b496c56f8f9418c4391e8b57..f83a68fdbed4fb7a9f01b7b411336da49ad94081 100644
--- a/base/win/object_watcher.cc
+++ b/base/win/object_watcher.cc
@@ -6,6 +6,7 @@
#include "base/bind.h"
#include "base/logging.h"
+#include "base/win/windows_version.h"
forshaw 2015/02/23 13:32:28 Unused include, removing doesn't affect the build.
Shrikant Kelkar 2015/02/23 17:54:01 Done.
namespace base {
namespace win {

Powered by Google App Engine
This is Rietveld 408576698