chromium/ios/components/security_interstitials/safe_browsing/safe_browsing_error.mm

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import "ios/components/security_interstitials/safe_browsing/safe_browsing_error.h"

const NSErrorDomain kSafeBrowsingErrorDomain = @"safe_browsing";
const NSInteger kUnsafeResourceErrorCode = 1;