| 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 89bf821331c4ab0ba1004d08c30035fbc4027ec1..f9a0fc71595269401e0b28307ab488549e6cbeca 100644
|
| --- a/chrome/browser/sync/glue/password_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/password_data_type_controller.h
|
| @@ -26,7 +26,7 @@ class PasswordDataTypeController : public NonFrontendDataTypeController {
|
|
|
| // NonFrontendDataTypeController implementation
|
| virtual syncable::ModelType type() const OVERRIDE;
|
| - virtual csync::ModelSafeGroup model_safe_group() const OVERRIDE;
|
| + virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
|
|
|
| protected:
|
| virtual ~PasswordDataTypeController();
|
|
|