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 3db962356d72b46d483f7b188ddca8c7201e9ea3..af3c848947fa87493ad5c118a8920fb596e1056b 100644 |
--- a/components/sync/syncable/model_type_unittest.cc |
+++ b/components/sync/syncable/model_type_unittest.cc |
@@ -69,6 +69,7 @@ TEST_F(ModelTypeTest, IsRealDataType) { |
EXPECT_TRUE(IsRealDataType(BOOKMARKS)); |
EXPECT_TRUE(IsRealDataType(APPS)); |
EXPECT_TRUE(IsRealDataType(ARC_PACKAGE)); |
+ EXPECT_TRUE(IsRealDataType(PRINTERS)); |
} |
TEST_F(ModelTypeTest, IsProxyType) { |