| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 9ca292a9848403883cae8e0a1a45d9077d87f82a..923aa4ee99494fccdda728840c7bec0a2bba26cc 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/prefs/pref_service.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/prefs/pref_registry_syncable.h"
|
| -#include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/sync_prefs.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
|
|