Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / profiles / gaia_info_update_service.h
index 531241f..edb699a 100644 (file)
@@ -52,9 +52,11 @@ class GAIAInfoUpdateService : public KeyedService,
   void ScheduleNextUpdate();
 
   // Overridden from SigninManagerBase::Observer:
-  virtual void GoogleSigninSucceeded(const std::string& username,
+  virtual void GoogleSigninSucceeded(const std::string& account_id,
+                                     const std::string& username,
                                      const std::string& password) OVERRIDE;
-  virtual void GoogleSignedOut(const std::string& username) OVERRIDE;
+  virtual void GoogleSignedOut(const std::string& account_id,
+                               const std::string& username) OVERRIDE;
 
   Profile* profile_;
   scoped_ptr<ProfileDownloader> profile_image_downloader_;