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

Unified Diff: win8/delegate_execute/command_execute_impl.h

Issue 921913002: Move GetProcessIntegrityLevel to file_info.h and remove the handle argument. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: win8/delegate_execute/command_execute_impl.h
diff --git a/win8/delegate_execute/command_execute_impl.h b/win8/delegate_execute/command_execute_impl.h
index f45bcc969db14d3471afd986d43f215220f96ed4..d2486d45ee393e07ab1e8edaa2b191e13ca52fff 100644
--- a/win8/delegate_execute/command_execute_impl.h
+++ b/win8/delegate_execute/command_execute_impl.h
@@ -12,7 +12,7 @@
#include "base/command_line.h"
#include "base/files/file_path.h"
-#include "base/process/process_handle.h"
+#include "base/process/process_info.h"
#include "win8/delegate_execute/resource.h" // main symbols
EXTERN_C const GUID CLSID_CommandExecuteImpl;

Powered by Google App Engine
This is Rietveld 408576698