Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync_file_system / drive_backend / fake_drive_uploader.h
index 24bd7d4..ff8dbb0 100644 (file)
@@ -29,6 +29,7 @@ class FakeDriveServiceWrapper : public drive::FakeDriveService {
   virtual google_apis::CancelCallback AddNewDirectory(
       const std::string& parent_resource_id,
       const std::string& directory_name,
+      const AddNewDirectoryOptions& options,
       const google_apis::GetResourceEntryCallback& callback) OVERRIDE;
 
   void set_make_directory_conflict(bool enable) {