| Index: chrome/browser/sync/glue/preference_change_processor.cc
|
| ===================================================================
|
| --- chrome/browser/sync/glue/preference_change_processor.cc (revision 69306)
|
| +++ chrome/browser/sync/glue/preference_change_processor.cc (working copy)
|
| @@ -16,7 +16,8 @@
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/protocol/preference_specifics.pb.h"
|
| #include "chrome/common/json_value_serializer.h"
|
| -#include "chrome/common/notification_service.h"
|
| +#include "chrome/common/notification_details.h"
|
| +#include "chrome/common/notification_source.h"
|
| #include "chrome/common/pref_names.h"
|
|
|
| namespace browser_sync {
|
|
|