Android-cuttlefish cvd tool
registered_field_trials.h
Go to the documentation of this file.
1// This file was automatically generated. Do not edit.
2
3#ifndef GEN_REGISTERED_FIELD_TRIALS_H_
4#define GEN_REGISTERED_FIELD_TRIALS_H_
5
6#include "absl/strings/string_view.h"
7
8namespace webrtc {
9
10inline constexpr absl::string_view kRegisteredFieldTrials[] = {
11 "",
12};
13
14} // namespace webrtc
15
16#endif // GEN_REGISTERED_FIELD_TRIALS_H_
Definition: registered_field_trials.h:8
constexpr absl::string_view kRegisteredFieldTrials[]
Definition: registered_field_trials.h:10