blob: 60fef80e6f23187a725b0515fb8488e2fa6c0ce6 [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.
#ifndef IOS_WEB_BROWSING_DATA_BROWSING_DATA_REMOVER_OBSERVER_H_
#define IOS_WEB_BROWSING_DATA_BROWSING_DATA_REMOVER_OBSERVER_H_
#import <Foundation/Foundation.h>
// Protocol used to observe the BrowsingDataRemover.
@protocol BrowsingDataRemoverObserver
@end
#endif // IOS_WEB_BROWSING_DATA_BROWSING_DATA_REMOVER_OBSERVER_H_