// Copyright 2023 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/views/web_apps/isolated_web_apps/pref_observer.h" #include <memory> #include "base/functional/callback.h" #include "base/task/sequenced_task_runner.h" namespace web_app { class IsolatedWebAppsEnabledPrefObserverDefault : public IsolatedWebAppsEnabledPrefObserver { … }; // static std::unique_ptr<IsolatedWebAppsEnabledPrefObserver> IsolatedWebAppsEnabledPrefObserver::Create(Profile* profile) { … } } // namespace web_app