Index: chrome/browser/chromeos/policy/recommendation_restorer.cc |
diff --git a/chrome/browser/chromeos/policy/recommendation_restorer.cc b/chrome/browser/chromeos/policy/recommendation_restorer.cc |
index aaf19e08b155627ae23fe08d63688e0877dd52e6..afd7456cfa149e64e09fb3f18a9c9a596eb7e8cd 100644 |
--- a/chrome/browser/chromeos/policy/recommendation_restorer.cc |
+++ b/chrome/browser/chromeos/policy/recommendation_restorer.cc |
@@ -30,7 +30,7 @@ const int kRestoreDelayInMs = 60 * 1000; // 1 minute. |
RecommendationRestorer::RecommendationRestorer(Profile* profile) |
: logged_in_(false) { |
- if (!chromeos::ProfileHelper::IsSigninProfile(profile)) |
+ if (!profile->IsLoginProfile()) |
return; |
pref_change_registrar_.Init(profile->GetPrefs()); |