Index: components/dom_distiller/core/dom_distiller_store.h |
diff --git a/components/dom_distiller/core/dom_distiller_store.h b/components/dom_distiller/core/dom_distiller_store.h |
index 18641b790e0d025bbe574b5bbf38ae0ef624e553..c533fc7012dfda1263a7351a558aca5fe18caa51 100644 |
--- a/components/dom_distiller/core/dom_distiller_store.h |
+++ b/components/dom_distiller/core/dom_distiller_store.h |
@@ -65,7 +65,7 @@ class DomDistillerStoreInterface { |
// to the other (i.e. non-source) two models. |
// TODO(cjhopman): Support deleting entries. |
class DomDistillerStore : public syncer::SyncableService, |
- DomDistillerStoreInterface { |
+ public DomDistillerStoreInterface { |
public: |
// Creates storage using the given database for local storage. Initializes the |
// database with |database_dir|. |