chromium/media/learning/common/feature_library.cc

// 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 "media/learning/common/feature_library.h"

namespace media {
namespace learning {

ValueDescription;
Ordering;

// static
ValueDescription FeatureLibrary::NetworkType() {}

// static
ValueDescription FeatureLibrary::BatteryPower() {}

}  // namespace learning
}  // namespace media