diff options
Diffstat (limited to 'sandbox/win/src/handle_table.cc')
-rw-r--r-- | sandbox/win/src/handle_table.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/win/src/handle_table.cc b/sandbox/win/src/handle_table.cc index c7fcf0a..a497f74 100644 --- a/sandbox/win/src/handle_table.cc +++ b/sandbox/win/src/handle_table.cc @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "sandbox/src/handle_table.h" +#include "sandbox/win/src/handle_table.h" #include <algorithm> #include <cstdlib> #include "base/memory/scoped_ptr.h" -#include "sandbox/src/win_utils.h" +#include "sandbox/win/src/win_utils.h" namespace { |