Index: chrome/browser/chromeos/first_run/first_run.cc |
diff --git a/chrome/browser/chromeos/first_run/first_run.cc b/chrome/browser/chromeos/first_run/first_run.cc |
index 81c860d003377e28bbc84e471253b224cbdf81e2..73264ef1947c3d85873adc3c9daeb4bba79a66e5 100644 |
--- a/chrome/browser/chromeos/first_run/first_run.cc |
+++ b/chrome/browser/chromeos/first_run/first_run.cc |
@@ -11,6 +11,7 @@ |
#include "chrome/browser/chromeos/profiles/profile_helper.h" |
#include "chrome/browser/extensions/extension_service.h" |
#include "chrome/browser/prefs/pref_service_syncable.h" |
+#include "chrome/browser/prefs/pref_service_syncable_util.h" |
#include "chrome/browser/profiles/profile_manager.h" |
#include "chrome/browser/ui/extensions/app_launch_params.h" |
#include "chrome/browser/ui/extensions/application_launch.h" |
@@ -78,7 +79,7 @@ class DialogLauncher : public content::NotificationObserver { |
bool first_run_seen = |
profile_->GetPrefs()->GetBoolean(prefs::kFirstRunTutorialShown); |
bool is_pref_synced = |
- PrefServiceSyncable::FromProfile(profile_)->IsPrioritySyncing(); |
+ PrefServiceSyncableFromProfile(profile_)->IsPrioritySyncing(); |
bool is_user_ephemeral = user_manager::UserManager::Get() |
->IsCurrentUserNonCryptohomeDataEphemeral(); |
if (!launched_in_telemetry && |