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

Unified Diff: chrome/browser/notifications/message_center_settings_controller_unittest.cc

Issue 1657913003: Refactor of ProfileInfoCache in c/b/notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/notifications/message_center_settings_controller_unittest.cc
diff --git a/chrome/browser/notifications/message_center_settings_controller_unittest.cc b/chrome/browser/notifications/message_center_settings_controller_unittest.cc
index f4b05b63115eb3655c680d202884c3bea508bbfc..848673c483ea97c16649954751ad3f0e26d5b122 100644
--- a/chrome/browser/notifications/message_center_settings_controller_unittest.cc
+++ b/chrome/browser/notifications/message_center_settings_controller_unittest.cc
@@ -51,7 +51,7 @@ class MessageCenterSettingsControllerBaseTest : public testing::Test {
void CreateController() {
controller_.reset(new MessageCenterSettingsController(
- testing_profile_manager_.profile_info_cache()));
+ *testing_profile_manager_.profile_attributes_storage()));
}
void ResetController() {

Powered by Google App Engine
This is Rietveld 408576698