diff options
Diffstat (limited to 'chromium/components/cast_channel/enum_table.h')
-rw-r--r-- | chromium/components/cast_channel/enum_table.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/components/cast_channel/enum_table.h b/chromium/components/cast_channel/enum_table.h index 7957f5b203f..85539057d82 100644 --- a/chromium/components/cast_channel/enum_table.h +++ b/chromium/components/cast_channel/enum_table.h @@ -8,7 +8,9 @@ #include <cstdint> #include <cstring> -#include "base/logging.h" +#include "base/check_op.h" +#include "base/macros.h" +#include "base/notreached.h" #include "base/optional.h" #include "base/strings/string_piece.h" #include "build/build_config.h" |