summaryrefslogtreecommitdiffstats
path: root/sandbox/win/src/restricted_token_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/win/src/restricted_token_unittest.cc')
-rw-r--r--sandbox/win/src/restricted_token_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/win/src/restricted_token_unittest.cc b/sandbox/win/src/restricted_token_unittest.cc
index 4948ad1..480106e 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));