Commit 7c94f7ba authored by Yoichi Osato's avatar Yoichi Osato Committed by Commit Bot

Update http_status_code_list.h comment.

This updates the comment to avoid the confusing include.

Change-Id: Ia573fa869ffedde49901f5ca5b31a819987cd544
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209775Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Commit-Queue: Yoichi Osato <yoichio@chromium.org>
Cr-Commit-Position: refs/heads/master@{#800935}
parent d2a48375
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
// http://www.iana.org/assignments/http-status-codes/http-status-codes.xml // http://www.iana.org/assignments/http-status-codes/http-status-codes.xml
#ifndef HTTP_STATUS #ifndef HTTP_STATUS
#error "HTTP_STATUS should be defined before including this file" #error "Do #include net/http/http_status_code.h instead of this file directly."
#endif #endif
// Informational 1xx // Informational 1xx
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment