chromium/chrome/browser/history/profile_based_browsing_history_driver.h

// 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.

#ifndef CHROME_BROWSER_HISTORY_PROFILE_BASED_BROWSING_HISTORY_DRIVER_H_
#define CHROME_BROWSER_HISTORY_PROFILE_BASED_BROWSING_HISTORY_DRIVER_H_

#include <vector>

#include "components/history/core/browser/browsing_history_driver.h"

class Profile;

// Base class that implements non-interface half of BrowsingHistoryDriver,
// backed by a profile.
class ProfileBasedBrowsingHistoryDriver
    : public history::BrowsingHistoryDriver {};

#endif  // CHROME_BROWSER_HISTORY_PROFILE_BASED_BROWSING_HISTORY_DRIVER_H_