Index: chrome/browser/sync/glue/model_association_manager_unittest.cc |
diff --git a/chrome/browser/sync/glue/model_association_manager_unittest.cc b/chrome/browser/sync/glue/model_association_manager_unittest.cc |
index 46b64facb2adedc8db88522c7d8140037d9459ba..2d9c131db6a6b0c0f283c8c3fd105e866fa76d55 100644 |
--- a/chrome/browser/sync/glue/model_association_manager_unittest.cc |
+++ b/chrome/browser/sync/glue/model_association_manager_unittest.cc |
@@ -193,6 +193,8 @@ TEST_F(SyncModelAssociationManagerTest, TypeFailModelAssociation) { |
DataTypeController::ASSOCIATING); |
GetController(controllers_, syncer::BOOKMARKS)->FinishStart( |
DataTypeController::ASSOCIATION_FAILED); |
+ EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(), |
+ DataTypeController::NOT_RUNNING); |
} |
// Ensure configuring stops when a type returns a unrecoverable error. |