Fix Windows build by moving `LOG(ERROR)` from the header to the .cc
file. Some Windows header(s) may define ERROR as a macro, causing `LOG(ERROR)` fail to compile. The .cc file doesn't include such header(s), since there are already a lot of uses of ERROR there. PiperOrigin-RevId: 229233490
Loading
Please sign in to comment