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

Unified Diff: sync/api/model_type_store.cc

Issue 1421833004: [Sync] Add ModelTypeStore implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@USS.StoreInterface
Patch Set: Created 5 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
Index: sync/api/model_type_store.cc
diff --git a/sync/api/model_type_store.cc b/sync/api/model_type_store.cc
index 657932dcaecb49d1c51231b727b66897279559eb..72af046757ac0228ecede563fe30c134baa4a630 100644
--- a/sync/api/model_type_store.cc
+++ b/sync/api/model_type_store.cc
@@ -4,13 +4,13 @@
#include "sync/api/model_type_store.h"
-#include "base/logging.h"
+#include "sync/internal_api/public/model_type_store_impl.h"
namespace syncer_v2 {
// static
void ModelTypeStore::CreateInMemoryStoreForTest(const InitCallback& callback) {
- NOTIMPLEMENTED();
+ ModelTypeStoreImpl::CreateInMemoryStoreForTest(callback);
}
ModelTypeStore::~ModelTypeStore() {}

Powered by Google App Engine
This is Rietveld 408576698