Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / glue / password_data_type_controller.h
index d9bcdf0..79489d9 100644 (file)
@@ -12,6 +12,7 @@
 #include "chrome/browser/sync/glue/non_frontend_data_type_controller.h"
 
 class PasswordStore;
+class ProfileSyncServicePasswordTest;
 
 namespace browser_sync {
 
@@ -34,6 +35,7 @@ class PasswordDataTypeController : public NonFrontendDataTypeController {
   virtual bool PostTaskOnBackendThread(
       const tracked_objects::Location& from_here,
       const base::Closure& task) OVERRIDE;
+  virtual bool IsOnBackendThread() OVERRIDE;
   virtual bool StartModels() OVERRIDE;
   virtual ProfileSyncComponentsFactory::SyncComponents CreateSyncComponents()
       OVERRIDE;