| 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 73264ef1947c3d85873adc3c9daeb4bba79a66e5..bbd6c48ef370bf6ceb923be6bf930dd697a15b9c 100644
|
| --- a/chrome/browser/chromeos/first_run/first_run.cc
|
| +++ b/chrome/browser/chromeos/first_run/first_run.cc
|
| @@ -10,7 +10,6 @@
|
| #include "chrome/browser/chromeos/first_run/first_run_controller.h"
|
| #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"
|
| @@ -20,6 +19,7 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "chromeos/chromeos_switches.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| +#include "components/syncable_prefs/pref_service_syncable.h"
|
| #include "components/user_manager/user_manager.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
|
|