Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 358208c3 authored by Ryan Prichard's avatar Ryan Prichard Committed by Automerger Merge Worker
Browse files

Merge "installd: avoid vector<const T>" into main am: 1120d7f6

parents b035cb70 1120d7f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1449,7 +1449,7 @@ TEST_F(ProfileTest, CopySystemProfileFailWrongProfileName) {

class BootProfileTest : public ProfileTest {
  public:
    std::vector<const std::string> extra_apps_;
    std::vector<std::string> extra_apps_;
    std::vector<int64_t> extra_ce_data_inodes_;

    virtual void SetUp() {