Fix typo in DISABLED_HighBitrateWithFakeCodec test

Bug: chromium:879723
TBR: sprang@webrtc.org
Change-Id: Ibbf7afcc145928e0a27bfd4a6e8fa12b932559da
Reviewed-on: https://webrtc-review.googlesource.com/c/118000
Reviewed-by: Emircan Uysaler <emircan@webrtc.org>
Commit-Queue: Emircan Uysaler <emircan@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26287}
diff --git a/video/full_stack_tests.cc b/video/full_stack_tests.cc
index c4e54d5..81c0a51 100644
--- a/video/full_stack_tests.cc
+++ b/video/full_stack_tests.cc
@@ -1096,7 +1096,7 @@
 // available and exercises WebRTC calls with a high target bitrate(100 Mbps).
 // Android32 bots can't handle this high bitrate, so disable test for those.
 #if defined(WEBRTC_ANDROID)
-#define MAYBE_HighBitrateWithFakeCodec DISABLE_HighBitrateWithFakeCodec
+#define MAYBE_HighBitrateWithFakeCodec DISABLED_HighBitrateWithFakeCodec
 #else
 #define MAYBE_HighBitrateWithFakeCodec HighBitrateWithFakeCodec
 #endif  // defined(WEBRTC_ANDROID)