| Index: sandbox/win/src/handle_closer.cc
|
| diff --git a/sandbox/win/src/handle_closer.cc b/sandbox/win/src/handle_closer.cc
|
| index 39915a9b0a1181cd1b45bbc38ff962a418b25d4d..8ab92095d178bcc3000d95bf390fd87ffc000e63 100644
|
| --- a/sandbox/win/src/handle_closer.cc
|
| +++ b/sandbox/win/src/handle_closer.cc
|
| @@ -174,7 +174,7 @@ bool HandleCloser::SetupHandleInterceptions(InterceptionManager* manager) {
|
| return true;
|
| }
|
|
|
| -bool GetHandleName(HANDLE handle, string16* handle_name) {
|
| +bool GetHandleName(HANDLE handle, base::string16* handle_name) {
|
| static NtQueryObject QueryObject = NULL;
|
| if (!QueryObject)
|
| ResolveNTFunctionPtr("NtQueryObject", &QueryObject);
|
|
|