• olivierrobin's avatar
    Fix inheritance in Reading List · f1a02a7d
    olivierrobin authored
    Make ReadingListModelStorage inherit from syncer::ModelTypeSyncBridge.
    ReadingList require the storage to implement USS so add a direct
    inheritance to avoid multiple inheritance.
    
    Mark ReadingListStoreDelegate constructor and destructor protected.
    ReadingListStoreDelegate is an interface, mark constructor and destructor
    protected.
    
    BUG=673169
    
    Review-Url: https://codereview.chromium.org/2568023002
    Cr-Commit-Position: refs/heads/master@{#437850}
    f1a02a7d
BUILD.gn 1.41 KB