// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_PUBLIC_BROWSER_BROWSING_DATA_REMOVER_DELEGATE_H_ #define CONTENT_PUBLIC_BROWSER_BROWSING_DATA_REMOVER_DELEGATE_H_ #include <string> #include <vector> #include "base/functional/callback_forward.h" namespace base { class Time; } namespace storage { class SpecialStoragePolicy; } namespace url { class Origin; } namespace content { class BrowsingDataFilterBuilder; class StoragePartition; class BrowsingDataRemoverDelegate { … }; } // namespace content #endif // CONTENT_PUBLIC_BROWSER_BROWSING_DATA_REMOVER_DELEGATE_H_