diff options
Diffstat (limited to 'sandbox/src/unload_dll_test.cc')
-rw-r--r-- | sandbox/src/unload_dll_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/unload_dll_test.cc b/sandbox/src/unload_dll_test.cc index 19097fd..55994b7 100644 --- a/sandbox/src/unload_dll_test.cc +++ b/sandbox/src/unload_dll_test.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/scoped_handle.h" +#include "base/scoped_handle_win.h" #include "testing/gtest/include/gtest/gtest.h" #include "sandbox/src/sandbox.h" #include "sandbox/src/sandbox_factory.h" |