blob: 0d6a106f04ec2627820d647f39d9822ac6ea7b45 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "ios/chrome/browser/complex_tasks/ios_content_record_task_id.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
#endif
IOSContentRecordTaskId::IOSContentRecordTaskId() {}
IOSContentRecordTaskId::IOSContentRecordTaskId(
const IOSContentRecordTaskId& context_record_task_id) = default;
IOSContentRecordTaskId::~IOSContentRecordTaskId() {}