| Index: chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc b/chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc
|
| index acad7b0c2abf3be022a23b8ce7813e40309de0da..57d7a2e95c0ae9e3acafc3d3c903dedab0e8c367 100644
|
| --- a/chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc
|
| @@ -30,7 +30,7 @@ namespace {
|
|
|
| using base::WaitableEvent;
|
| using content::BrowserThread;
|
| -using syncable::AUTOFILL_PROFILE;
|
| +using syncer::AUTOFILL_PROFILE;
|
| using testing::_;
|
| using testing::AtLeast;
|
| using testing::DoAll;
|
| @@ -72,7 +72,7 @@ class NewNonFrontendDataTypeControllerFake
|
| blocked_(false),
|
| mock_(mock) {}
|
|
|
| - virtual syncable::ModelType type() const OVERRIDE {
|
| + virtual syncer::ModelType type() const OVERRIDE {
|
| return AUTOFILL_PROFILE;
|
| }
|
| virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE {
|
|
|