| 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..58dcdbd58eb37863ee7d545d039bf6b15be23121 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(PRINTER));
|
| }
|
|
|
| TEST_F(ModelTypeTest, IsProxyType) {
|
|
|