#ifndef COMPONENTS_PERFORMANCE_MANAGER_RESOURCE_ATTRIBUTION_WORKER_CLIENT_PAGES_H_
#define COMPONENTS_PERFORMANCE_MANAGER_RESOURCE_ATTRIBUTION_WORKER_CLIENT_PAGES_H_
#include <set>
#include <utility>
#include "components/performance_manager/resource_attribution/performance_manager_aliases.h"
#include "content/public/browser/browsing_instance_id.h"
namespace resource_attribution {
std::pair<std::set<const PageNode*>, std::set<content::BrowsingInstanceId>>
GetWorkerClientPagesAndBrowsingInstances(const WorkerNode* worker_node);
}
#endif