Index: chrome/browser/first_run/first_run_posix.cc |
diff --git a/chrome/browser/first_run/first_run_posix.cc b/chrome/browser/first_run/first_run_posix.cc |
index f058e256c2dbe6bf04d9ec8c65564b31a6265d47..4059c7a8a331d0145f74e39473971cdba4305a79 100644 |
--- a/chrome/browser/first_run/first_run_posix.cc |
+++ b/chrome/browser/first_run/first_run_posix.cc |
@@ -147,7 +147,7 @@ bool ProcessMasterPreferences(const FilePath& user_data_dir, |
internal::SetupMasterPrefsFromInstallPrefs(out_prefs, |
install_prefs.get()); |
- if (!internal::SkipFirstRunUI(install_prefs.get())) |
+ if (internal::NotSkipFirstRunUI(install_prefs.get())) |
return true; |
// From here on we won't show first run so we need to do the work to show the |