X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fsync_driver%2Fproxy_data_type_controller.h;h=b5e3cf235d61613f8a1d4c374af4bfd2130826e9;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=98a9c1587184bc69f20e647562f4015d49a3b19e;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/sync_driver/proxy_data_type_controller.h b/src/components/sync_driver/proxy_data_type_controller.h index 98a9c15..b5e3cf2 100644 --- a/src/components/sync_driver/proxy_data_type_controller.h +++ b/src/components/sync_driver/proxy_data_type_controller.h @@ -27,6 +27,7 @@ class ProxyDataTypeController : public DataTypeController { virtual void Stop() OVERRIDE; virtual syncer::ModelType type() const OVERRIDE; virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE; + virtual ChangeProcessor* GetChangeProcessor() const OVERRIDE; virtual std::string name() const OVERRIDE; virtual State state() const OVERRIDE;