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

Unified Diff: sandbox/src/policy_broker.cc

Issue 179039: Fix issue 8348: unfork pe_image.h / pe_image.cc (Closed)
Patch Set: Removed unittest file and entries in .gyp file, restored #error message Created 11 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 | « sandbox/src/pe_image_unittest.cc ('k') | sandbox/src/resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/src/policy_broker.cc
diff --git a/sandbox/src/policy_broker.cc b/sandbox/src/policy_broker.cc
index 3ef65ddb5579ee24cbe4988f61e9e661ae86bf54..e3b50236f3f2a2ea0f2832747ea32c149586264c 100644
--- a/sandbox/src/policy_broker.cc
+++ b/sandbox/src/policy_broker.cc
@@ -7,9 +7,9 @@
#include "sandbox/src/policy_broker.h"
#include "base/logging.h"
+#include "base/pe_image.h"
#include "base/win_util.h"
#include "sandbox/src/interception.h"
-#include "sandbox/src/pe_image.h"
#include "sandbox/src/policy_target.h"
#include "sandbox/src/process_thread_interception.h"
#include "sandbox/src/sandbox.h"
« no previous file with comments | « sandbox/src/pe_image_unittest.cc ('k') | sandbox/src/resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698