Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1811)

Unified Diff: chrome/browser/ui/app_list/profile_loader_unittest.cc

Issue 1134533007: Fixed AppListServceUnitTest so it tests what it says it's testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bauerb-profiles-ephemeral
Patch Set: Remove explicit. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()));
}
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_unittest.cc ('k') | chrome/browser/ui/app_list/test/fake_profile_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698