#include "components/drive/service/test_util.h"
#include <memory>
#include <string>
#include "base/run_loop.h"
#include "components/drive/drive_api_util.h"
#include "components/drive/service/fake_drive_service.h"
#include "google_apis/common/test_util.h"
#include "google_apis/drive/drive_api_parser.h"
ApiErrorCode;
FileResource;
HTTP_CREATED;
OTHER_ERROR;
namespace drive {
namespace test_util {
bool SetUpTestEntries(FakeDriveService* drive_service) { … }
bool SetUpTeamDriveTestEntries(FakeDriveService* drive_service,
const std::string& team_drive_id,
const std::string& team_drive_name) { … }
bool SetUpTestEntries(FakeDriveService* drive_service,
const std::string& parent_resource_id) { … }
}
}