• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 
8 namespace webrtc {
9 
10 inline constexpr absl::string_view kRegisteredFieldTrials[] = {
11     "",
12 };
13 
14 }  // namespace webrtc
15 
16 #endif  // GEN_REGISTERED_FIELD_TRIALS_H_
17