blob: 16031f9b94ea5cfca4fe2394d67a0ce18bdf9d4d [file] [log] [blame]
// 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.
#include "chrome/browser/ui/browser_window/public/profile_browser_collection.h"
#include "chrome/browser/ui/browser_manager_service.h"
#include "chrome/browser/ui/browser_manager_service_factory.h"
// static
ProfileBrowserCollection* ProfileBrowserCollection::GetForProfile(
Profile* profile) {
return BrowserManagerServiceFactory::GetForProfile(profile);
}