| Index: sandbox/win/src/restricted_token_unittest.cc
|
| diff --git a/sandbox/win/src/restricted_token_unittest.cc b/sandbox/win/src/restricted_token_unittest.cc
|
| index 4948ad1c82febff90603fe4c0dcd33f78ee5c84e..480106e8f3549c1d36def86c095031e043c73cbe 100644
|
| --- a/sandbox/win/src/restricted_token_unittest.cc
|
| +++ b/sandbox/win/src/restricted_token_unittest.cc
|
| @@ -353,7 +353,7 @@ TEST(RestrictedTokenTest, DeleteAllPrivilegesException) {
|
| RestrictedToken token;
|
| HANDLE token_handle = NULL;
|
|
|
| - std::vector<std::wstring> exceptions;
|
| + std::vector<base::string16> exceptions;
|
| exceptions.push_back(SE_CHANGE_NOTIFY_NAME);
|
|
|
| ASSERT_EQ(ERROR_SUCCESS, token.Init(NULL));
|
|
|