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

Unified Diff: sandbox/src/interception_unittest.cc

Issue 231020: Preliminary fixes to enable link dependent objects.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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 | « net/base/sdch_filter_unittest.cc ('k') | third_party/tcmalloc/tcmalloc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/src/interception_unittest.cc
===================================================================
--- sandbox/src/interception_unittest.cc (revision 26884)
+++ sandbox/src/interception_unittest.cc (working copy)
@@ -6,8 +6,12 @@
// The tests require private information so the whole interception.cc file is
// included from this file.
+#include <windows.h>
+
#include "base/scoped_ptr.h"
-#include "sandbox/src/interception.cc"
+#include "sandbox/src/interception.h"
+#include "sandbox/src/interception_internal.h"
+#include "sandbox/src/target_process.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace sandbox {
« no previous file with comments | « net/base/sdch_filter_unittest.cc ('k') | third_party/tcmalloc/tcmalloc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698