| Index: chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| index 652b6abdd1436df7100bc9dcdd7b4b58d679f700..3476a17f577ff62e9acbf290a29e96b882c05dab 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| @@ -101,10 +101,9 @@ class SyncAutofillDataTypeControllerTest : public testing::Test {
|
| last_start_error_ = error;
|
| }
|
|
|
| - void OnLoadFinished(syncable::ModelType type,
|
| - syncer::SyncError error) {
|
| + void OnLoadFinished(syncer::ModelType type, syncer::SyncError error) {
|
| EXPECT_FALSE(error.IsSet());
|
| - EXPECT_EQ(type, syncable::AUTOFILL);
|
| + EXPECT_EQ(type, syncer::AUTOFILL);
|
| }
|
|
|
| virtual void TearDown() {
|
|
|