blob: 82f3986a4b4e205eba04fe8b26e91a8043de6bcc [file] [log] [blame]
// Copyright 2023 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/net/cookies/cookie_notification_observer.h"
CookieNotificationObserver::~CookieNotificationObserver() {
CHECK(!IsInObserverList())
<< "CookieNotificationObserver needs to be removed from "
"CookieNotification observer list before their destruction.";
}