summaryrefslogtreecommitdiffstats
path: root/sandbox/src
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-24 19:52:38 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-24 19:52:38 +0000
commit1e4a731e18cc375d537776576d379d4349c0b86c (patch)
tree68729e55b0a96af0fcbb99258e943f0d1ba63857 /sandbox/src
parentb2510af5c03ec40348a0042d0b08f211b3428f0a (diff)
downloadchromium_src-1e4a731e18cc375d537776576d379d4349c0b86c.zip
chromium_src-1e4a731e18cc375d537776576d379d4349c0b86c.tar.gz
chromium_src-1e4a731e18cc375d537776576d379d4349c0b86c.tar.bz2
Preliminary fixes to enable link dependent objects.
BUG=22926 TEST=still builds Review URL: http://codereview.chromium.org/231020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/src')
-rw-r--r--sandbox/src/interception_unittest.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/sandbox/src/interception_unittest.cc b/sandbox/src/interception_unittest.cc
index 6d63954..92e72c1 100644
--- a/sandbox/src/interception_unittest.cc
+++ b/sandbox/src/interception_unittest.cc
@@ -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 {