#include "chrome/browser/web_applications/commands/clear_browsing_data_command.h"
#include <vector>
#include "chrome/browser/web_applications/locks/all_apps_lock.h"
#include "chrome/browser/web_applications/web_app.h"
#include "chrome/browser/web_applications/web_app_command_scheduler.h"
#include "chrome/browser/web_applications/web_app_registrar.h"
#include "chrome/browser/web_applications/web_app_registry_update.h"
#include "chrome/browser/web_applications/web_app_sync_bridge.h"
#include "components/webapps/common/web_app_id.h"
namespace web_app {
void ClearWebAppBrowsingData(const base::Time& begin_time,
const base::Time& end_time,
AllAppsLock& lock,
base::Value::Dict& debug_value) { … }
}