Index: sandbox/win/src/restricted_token.cc |
diff --git a/sandbox/win/src/restricted_token.cc b/sandbox/win/src/restricted_token.cc |
index 6948d8ada4027c7e523bcd68a311f0601b880bca..64973e98f32fa5a4d864cd5353e52dd337c0f817 100644 |
--- a/sandbox/win/src/restricted_token.cc |
+++ b/sandbox/win/src/restricted_token.cc |
@@ -277,7 +277,7 @@ unsigned RestrictedToken::AddUserSidForDenyOnly() { |
} |
unsigned RestrictedToken::DeleteAllPrivileges( |
- const std::vector<std::wstring> *exceptions) { |
+ const std::vector<base::string16> *exceptions) { |
DCHECK(init_); |
if (!init_) |
return ERROR_NO_TOKEN; |