# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("model") {
  sources = [
    "closed_tabs_observer_bridge.h",
    "closed_tabs_observer_bridge.mm",
  ]
  deps = [ "//base" ]
  public_deps = [ "//components/sync_sessions" ]
}
