// 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 "chrome/browser/metrics/power/process_monitor.h" #include <utility> #include "content/public/browser/child_process_data.h" #include "testing/gtest/include/gtest/gtest.h" #include "services/network/public/mojom/network_service.mojom.h" TEST(ProcessMonitorTest, MonitoredProcessType) { … }