chromium/components/sessions/core/command_storage_manager_unittest.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/sessions/core/command_storage_manager.h"

#include <memory>

#include "base/files/scoped_temp_dir.h"
#include "base/test/task_environment.h"
#include "components/sessions/core/command_storage_manager_delegate.h"
#include "components/sessions/core/command_storage_manager_test_helper.h"
#include "components/sessions/core/session_command.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace sessions {

class CommandStorageManagerTest : public testing::Test {};

class TestCommandStorageManagerDelegate : public CommandStorageManagerDelegate {};

TEST_F(CommandStorageManagerTest, OnErrorWritingSessionCommands) {}

}  // namespace sessions