| Index: sandbox/win/src/app_container_unittest.cc
|
| diff --git a/sandbox/win/src/app_container_unittest.cc b/sandbox/win/src/app_container_unittest.cc
|
| index 936a9cbc7bf7a7917b8e54ff78abea307bcbf166..4bce16a42b5b49b1fdbfcccfd02ebddf84cedaaf 100644
|
| --- a/sandbox/win/src/app_container_unittest.cc
|
| +++ b/sandbox/win/src/app_container_unittest.cc
|
| @@ -37,7 +37,7 @@ TEST(AppContainerTest, SecurityCapabilities) {
|
| return;
|
|
|
| scoped_ptr<AppContainerAttributes> attributes(new AppContainerAttributes);
|
| - std::vector<string16> capabilities;
|
| + std::vector<base::string16> capabilities;
|
| EXPECT_EQ(SBOX_ERROR_INVALID_APP_CONTAINER,
|
| attributes->SetAppContainer(L"S-1-foo", capabilities));
|
|
|
|
|