chromium/components/metrics/environment_recorder_unittest.cc

// Copyright 2017 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/metrics/environment_recorder.h"

#include "components/metrics/metrics_pref_names.h"
#include "components/prefs/testing_pref_service.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/metrics_proto/system_profile.pb.h"

namespace metrics {

class EnvironmentRecorderTest : public testing::Test {};

TEST_F(EnvironmentRecorderTest, LoadEnvironmentFromPrefs) {}

}  // namespace metrics