Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync_file_system / drive_backend_v1 / api_util.h
index 474b4ea..42180ed 100644 (file)
@@ -18,6 +18,7 @@
 class GURL;
 class Profile;
 class ProfileOAuth2TokenService;
+class SigninManagerBase;
 
 namespace drive { class DriveUploaderInterface; }
 
@@ -242,6 +243,7 @@ class APIUtil : public APIUtilInterface,
   scoped_ptr<drive::DriveUploaderInterface> drive_uploader_;
 
   ProfileOAuth2TokenService* oauth_service_;
+  SigninManagerBase* signin_manager_;
 
   UploadCallbackMap upload_callback_map_;
   UploadKey upload_next_key_;