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

Unified Diff: components/sync/model/model_type_store_test_util.cc

Issue 2468183005: [Sync] Prepend global metadata key with model type prefix (Closed)
Patch Set: Addressed comments. Created 4 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/sync/model/model_type_store.cc ('k') | components/sync/model_impl/model_type_store_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model/model_type_store_test_util.cc
diff --git a/components/sync/model/model_type_store_test_util.cc b/components/sync/model/model_type_store_test_util.cc
index 86ad18aed5556bf064d3c8eb44f256b659c4c409..6fecb60d0b049a77b15fbbcc3d18c4fe89c71568 100644
--- a/components/sync/model/model_type_store_test_util.cc
+++ b/components/sync/model/model_type_store_test_util.cc
@@ -8,6 +8,7 @@
#include "base/bind.h"
#include "base/run_loop.h"
+#include "components/sync/base/model_type.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer {
@@ -30,7 +31,7 @@ std::unique_ptr<ModelTypeStore>
ModelTypeStoreTestUtil::CreateInMemoryStoreForTest() {
std::unique_ptr<ModelTypeStore> store;
ModelTypeStore::CreateInMemoryStoreForTest(
- base::Bind(&MoveStoreToScopedPtr, &store));
+ UNSPECIFIED, base::Bind(&MoveStoreToScopedPtr, &store));
// Force the initialization to run now, synchronously.
base::RunLoop().RunUntilIdle();
« no previous file with comments | « components/sync/model/model_type_store.cc ('k') | components/sync/model_impl/model_type_store_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698