#include "chrome/browser/web_applications/jobs/link_capturing.h"
#include "base/values.h"
#include "chrome/browser/web_applications/locks/all_apps_lock.h"
#include "chrome/browser/web_applications/proto/web_app_install_state.pb.h"
#include "chrome/browser/web_applications/proto/web_app_proto_package.pb.h"
#include "chrome/browser/web_applications/web_app.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"
namespace web_app {
void SetAppCapturesSupportedLinksDisableOverlapping(
const webapps::AppId& app_id,
bool set_to_preferred,
AllAppsLock& lock,
base::Value::Dict& debug_value) { … }
}