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

Unified Diff: sandbox/src/interception.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/eat_resolver.cc ('k') | sandbox/src/pe_image.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/src/interception.cc
diff --git a/sandbox/src/interception.cc b/sandbox/src/interception.cc
index fcb38ffeba95c8dccfc944b5bc0003d5844081bb..f75fa3ac34fb10dab39379755255e50dcfe94ea2 100644
--- a/sandbox/src/interception.cc
+++ b/sandbox/src/interception.cc
@@ -10,9 +10,9 @@
#include "sandbox/src/interception.h"
#include "base/logging.h"
+#include "base/pe_image.h"
#include "base/scoped_ptr.h"
#include "sandbox/src/interception_internal.h"
-#include "sandbox/src/pe_image.h"
#include "sandbox/src/sandbox.h"
#include "sandbox/src/sandbox_utils.h"
#include "sandbox/src/service_resolver.h"
« no previous file with comments | « sandbox/src/eat_resolver.cc ('k') | sandbox/src/pe_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698