// 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. #include "base/observer_list.h" #include <memory> #include <optional> #include <string_view> #include "base/memory/raw_ptr.h" #include "base/test/gtest_util.h" #include "base/threading/simple_thread.h" #include "build/build_config.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" base // namespace base