| Index: sync/internal_api/js_mutation_event_observer.h
|
| diff --git a/sync/internal_api/js_mutation_event_observer.h b/sync/internal_api/js_mutation_event_observer.h
|
| index 9d233515031bd15705a77b6cca713b17ede9ef14..6c92646e391d8ecf0b22648ef1989a76519f5a58 100644
|
| --- a/sync/internal_api/js_mutation_event_observer.h
|
| +++ b/sync/internal_api/js_mutation_event_observer.h
|
| @@ -55,13 +55,14 @@ class SYNC_EXPORT_PRIVATE JsMutationEventObserver
|
| ModelTypeSet models_with_changes) OVERRIDE;
|
|
|
| private:
|
| - base::WeakPtrFactory<JsMutationEventObserver> weak_ptr_factory_;
|
| WeakHandle<JsEventHandler> event_handler_;
|
|
|
| void HandleJsEvent(
|
| const tracked_objects::Location& from_here,
|
| const std::string& name, const JsEventDetails& details);
|
|
|
| + base::WeakPtrFactory<JsMutationEventObserver> weak_ptr_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(JsMutationEventObserver);
|
| };
|
|
|
|
|