| Index: chrome/browser/ui/app_list/profile_loader_unittest.cc
|
| diff --git a/chrome/browser/ui/app_list/profile_loader_unittest.cc b/chrome/browser/ui/app_list/profile_loader_unittest.cc
|
| index 5d638896b894ea626182cc5294ead27e41b04ee3..b709ca84bb070c7c056a0e33b062b2b5b5172a4a 100644
|
| --- a/chrome/browser/ui/app_list/profile_loader_unittest.cc
|
| +++ b/chrome/browser/ui/app_list/profile_loader_unittest.cc
|
| @@ -21,7 +21,7 @@ class ProfileLoaderUnittest : public testing::Test {
|
| new FakeProfile("p2", base::FilePath(FILE_PATH_LITERAL("profile2"))));
|
|
|
| profile_store_.reset(new FakeProfileStore(
|
| - base::FilePath(FILE_PATH_LITERAL("udd")), "ip"));
|
| + base::FilePath(FILE_PATH_LITERAL("udd")), nullptr));
|
| loader_.reset(new ProfileLoader(profile_store_.get()));
|
| }
|
|
|
|
|