| 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 4762ba06a40becb8dc6e755a761a3a762c9bc5c9..162ed74853fc9700ec31bd29b38b4bab9f60d142 100644
|
| --- a/chrome/browser/sync/glue/password_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/password_data_type_controller.h
|
| @@ -10,7 +10,8 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "chrome/browser/sync/glue/non_ui_data_type_controller.h"
|
|
|
| -class ProfileSyncServicePasswordTest;
|
| +class Profile;
|
| +class ProfileSyncComponentsFactory;
|
|
|
| namespace password_manager {
|
| class PasswordStore;
|
| @@ -40,6 +41,7 @@ class PasswordDataTypeController : public NonUIDataTypeController {
|
| virtual bool StartModels() OVERRIDE;
|
|
|
| private:
|
| + Profile* const profile_;
|
| scoped_refptr<password_manager::PasswordStore> password_store_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PasswordDataTypeController);
|
|
|