// 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/breadcrumbs/core/breadcrumb_manager_keyed_service.h" #include "components/breadcrumbs/core/breadcrumb_manager.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/platform_test.h" namespace breadcrumbs { // Test fixture for testing BreadcrumbManagerKeyedService class. BreadcrumbManagerKeyedServiceTest; // Tests that events logged to Normal and OffTheRecord BrowserStates are // separately identifiable. TEST_F(BreadcrumbManagerKeyedServiceTest, EventsLabeledWithBrowserState) { … } } // namespace breadcrumbs