| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index 97e3fbb8318aa21563bb0c4afd7d093214d6a9c9..9f10c49774bc746a6c3f20258730724e2ac7331d 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -31,7 +31,6 @@
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "jingle/notifier/base/notifier_options.h"
|
|
|
| class NotificationDetails;
|
| class NotificationSource;
|
| @@ -597,10 +596,6 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
| std::string unrecoverable_error_message_;
|
| scoped_ptr<tracked_objects::Location> unrecoverable_error_location_;
|
|
|
| - // Contains options specific to how sync clients send and listen to
|
| - // notifications.
|
| - notifier::NotifierOptions notifier_options_;
|
| -
|
| // Manages the start and stop of the various data types.
|
| scoped_ptr<browser_sync::DataTypeManager> data_type_manager_;
|
|
|
|
|