Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / glue / password_data_type_controller.h
index d92b104..4762ba0 100644 (file)
 #include "base/memory/ref_counted.h"
 #include "chrome/browser/sync/glue/non_ui_data_type_controller.h"
 
-class PasswordStore;
 class ProfileSyncServicePasswordTest;
 
+namespace password_manager {
+class PasswordStore;
+}
+
 namespace browser_sync {
 
 // A class that manages the startup and shutdown of password sync.
@@ -37,7 +40,7 @@ class PasswordDataTypeController : public NonUIDataTypeController {
   virtual bool StartModels() OVERRIDE;
 
  private:
-  scoped_refptr<PasswordStore> password_store_;
+  scoped_refptr<password_manager::PasswordStore> password_store_;
 
   DISALLOW_COPY_AND_ASSIGN(PasswordDataTypeController);
 };