// Copyright 2019 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/content/navigation_task_id.h" #include "components/sessions/core/serialized_navigation_entry_test_helper.h" #include "content/public/browser/navigation_entry.h" #include "testing/gtest/include/gtest/gtest.h" namespace sessions { class NavigationTaskIDTest : public testing::Test { … }; TEST_F(NavigationTaskIDTest, TaskIDTest) { … } } // namespace sessions