| Index: chrome/browser/sync/glue/password_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/password_data_type_controller.h b/chrome/browser/sync/glue/password_data_type_controller.h
|
| index f9a0fc71595269401e0b28307ab488549e6cbeca..7d73695e60ec4af0fe67ef666d1ea90cdf48040d 100644
|
| --- a/chrome/browser/sync/glue/password_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/password_data_type_controller.h
|
| @@ -25,7 +25,7 @@ class PasswordDataTypeController : public NonFrontendDataTypeController {
|
| ProfileSyncService* sync_service);
|
|
|
| // NonFrontendDataTypeController implementation
|
| - virtual syncable::ModelType type() const OVERRIDE;
|
| + virtual syncer::ModelType type() const OVERRIDE;
|
| virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
|
|
|
| protected:
|
|
|