Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / sync / internal_api / public / test / null_sync_context_proxy.h
index 0ca080d..3a6a726 100644 (file)
@@ -19,15 +19,15 @@ class ModelTypeSyncProxyImpl;
 class NullSyncContextProxy : public SyncContextProxy {
  public:
   NullSyncContextProxy();
-  virtual ~NullSyncContextProxy();
+  ~NullSyncContextProxy() override;
 
-  virtual void ConnectTypeToSync(
+  void ConnectTypeToSync(
       syncer::ModelType type,
       const DataTypeState& data_type_state,
       const UpdateResponseDataList& saved_pending_updates,
-      const base::WeakPtr<ModelTypeSyncProxyImpl>& type_sync_proxy) OVERRIDE;
-  virtual void Disconnect(syncer::ModelType type) OVERRIDE;
-  virtual scoped_ptr<SyncContextProxy> Clone() const OVERRIDE;
+      const base::WeakPtr<ModelTypeSyncProxyImpl>& type_sync_proxy) override;
+  void Disconnect(syncer::ModelType type) override;
+  scoped_ptr<SyncContextProxy> Clone() const override;
 };
 
 }  // namespace syncer