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

Unified Diff: chrome/browser/chromeos/settings/session_manager_operation_unittest.cc

Issue 790183002: Revert of Call to CrosSettings::Set() is replaced by OwnerSettingsService::Set() in VersionUpda... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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/chromeos/settings/session_manager_operation_unittest.cc
diff --git a/chrome/browser/chromeos/settings/session_manager_operation_unittest.cc b/chrome/browser/chromeos/settings/session_manager_operation_unittest.cc
index feb5da734bc83064e31fd9f8779c1e3e22f07b38..aac6163dfc5c252e35ee13ed9b5d3a6bff4431fe 100644
--- a/chrome/browser/chromeos/settings/session_manager_operation_unittest.cc
+++ b/chrome/browser/chromeos/settings/session_manager_operation_unittest.cc
@@ -57,8 +57,8 @@ class SessionManagerOperationTest : public testing::Test {
policy_.Build();
profile_.reset(new TestingProfile());
- service_ = OwnerSettingsServiceChromeOSFactory::GetForBrowserContext(
- profile_.get());
+ service_ =
+ OwnerSettingsServiceChromeOSFactory::GetForProfile(profile_.get());
}
MOCK_METHOD2(OnOperationCompleted,
« no previous file with comments | « chrome/browser/chromeos/settings/device_settings_test_helper.cc ('k') | chrome/browser/ui/webui/flags_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698