chromium/chrome/browser/sync/sessions/sync_sessions_web_contents_router_factory.cc

// Copyright 2017 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/sync/sessions/sync_sessions_web_contents_router_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/sync/sessions/sync_sessions_web_contents_router.h"

namespace sync_sessions {

// static
SyncSessionsWebContentsRouter*
SyncSessionsWebContentsRouterFactory::GetForProfile(Profile* profile) {}

// static
SyncSessionsWebContentsRouterFactory*
SyncSessionsWebContentsRouterFactory::GetInstance() {}

SyncSessionsWebContentsRouterFactory::SyncSessionsWebContentsRouterFactory()
    :{}

SyncSessionsWebContentsRouterFactory::~SyncSessionsWebContentsRouterFactory() =
    default;

std::unique_ptr<KeyedService>
SyncSessionsWebContentsRouterFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* context) const {}

}  // namespace sync_sessions