Skip to content

Commit 1120d7f

Browse files
rprichardGerrit Code Review
authored andcommitted
Merge "installd: avoid vector<const T>" into main
2 parents 795c8b3 + 0cba3b5 commit 1120d7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmds/installd/tests/installd_dexopt_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ TEST_F(ProfileTest, CopySystemProfileFailWrongProfileName) {
14491449

14501450
class BootProfileTest : public ProfileTest {
14511451
public:
1452-
std::vector<const std::string> extra_apps_;
1452+
std::vector<std::string> extra_apps_;
14531453
std::vector<int64_t> extra_ce_data_inodes_;
14541454

14551455
virtual void SetUp() {

0 commit comments

Comments
 (0)