| Index: chrome/browser/ui/ash/app_sync_ui_state.cc
|
| diff --git a/chrome/browser/ui/ash/app_sync_ui_state.cc b/chrome/browser/ui/ash/app_sync_ui_state.cc
|
| index 25e44d7f39ac9b80ec45711973ddce808f8f4e99..bf6417eec238d981232c613e87283de578cac3e3 100644
|
| --- a/chrome/browser/ui/ash/app_sync_ui_state.cc
|
| +++ b/chrome/browser/ui/ash/app_sync_ui_state.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "chrome/browser/ui/ash/app_sync_ui_state.h"
|
|
|
| +#include "base/prefs/pref_service.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| #include "chrome/browser/extensions/extension_system.h"
|
| #include "chrome/browser/extensions/pending_extension_manager.h"
|
| -#include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_service_factory.h"
|
|
|