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 a36596f6375ae2e1b178421605b7a932258f9f32..1180fb0a47bdfe177fc690569ccc128d106d52d7 100644 |
--- a/chrome/browser/sync/glue/model_association_manager_unittest.cc |
+++ b/chrome/browser/sync/glue/model_association_manager_unittest.cc |
@@ -190,6 +190,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. |