Index: components/sync/syncable/model_type_unittest.cc |
diff --git a/components/sync/syncable/model_type_unittest.cc b/components/sync/syncable/model_type_unittest.cc |
index af3c848947fa87493ad5c118a8920fb596e1056b..1984e29e1fa5cef386a997258d3455c424a41a29 100644 |
--- a/components/sync/syncable/model_type_unittest.cc |
+++ b/components/sync/syncable/model_type_unittest.cc |
@@ -70,6 +70,7 @@ TEST_F(ModelTypeTest, IsRealDataType) { |
EXPECT_TRUE(IsRealDataType(APPS)); |
EXPECT_TRUE(IsRealDataType(ARC_PACKAGE)); |
EXPECT_TRUE(IsRealDataType(PRINTERS)); |
+ EXPECT_TRUE(IsRealDataType(READING_LIST)); |
} |
TEST_F(ModelTypeTest, IsProxyType) { |