// 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/performance_manager/public/render_process_host_id.h" #include "content/public/browser/child_process_host.h" #include "testing/gtest/include/gtest/gtest.h" namespace performance_manager { TEST(RenderProcessHostIdTest, InvalidValues) { … } TEST(RenderProcessHostIdTest, Generator) { … } } // namespace performance_manager