chromium/components/offline_pages/core/model/update_publish_id_task_unittest.cc

// Copyright 2018 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/offline_pages/core/model/update_publish_id_task.h"

#include <memory>

#include "base/files/file_path.h"
#include "base/functional/bind.h"
#include "base/test/mock_callback.h"
#include "components/offline_pages/core/model/model_task_test_base.h"
#include "components/offline_pages/core/model/offline_page_item_generator.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace offline_pages {

class UpdatePublishIdTaskTest : public ModelTaskTestBase {};

TEST_F(UpdatePublishIdTaskTest, UpdatePublishId) {}

}  // namespace offline_pages