chromium/chrome/browser/ui/tabs/recent_tabs_builder_test_helper.h

// Copyright 2012 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_UI_TABS_RECENT_TABS_BUILDER_TEST_HELPER_H_
#define CHROME_BROWSER_UI_TABS_RECENT_TABS_BUILDER_TEST_HELPER_H_

#include <string>
#include <vector>

#include "base/time/time.h"
#include "components/sessions/core/session_id.h"

namespace sync_pb {
class SessionSpecifics;
}

namespace sync_sessions {
class OpenTabsUIDelegate;
}

namespace syncer {
class DataTypeProcessor;
struct UpdateResponseData;
}  // namespace syncer

// Utility class to help add recent tabs for testing.
class RecentTabsBuilderTestHelper {};

#endif  // CHROME_BROWSER_UI_TABS_RECENT_TABS_BUILDER_TEST_HELPER_H_