Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(637)

Unified Diff: components/dom_distiller/core/dom_distiller_store.h

Issue 63553009: Initialize DomDistillerStore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add include Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/dom_distiller/content/dom_distiller_service_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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|.
« no previous file with comments | « components/dom_distiller/content/dom_distiller_service_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698