Index: net/http/http_request_info.h |
diff --git a/net/http/http_request_info.h b/net/http/http_request_info.h |
index a587a421b5854d1d3405aeb359d03d4e4af495d7..c34bb70a7e75822b6c90dcc5cb06f4cacb2e5268 100644 |
--- a/net/http/http_request_info.h |
+++ b/net/http/http_request_info.h |
@@ -18,7 +18,7 @@ namespace net { |
class UploadDataStream; |
struct NET_EXPORT HttpRequestInfo { |
- enum RequestMotivation{ |
+ enum RequestMotivation { |
// TODO(mbelshe): move these into Client Socket. |
PRECONNECT_MOTIVATED, // Request was motivated by a prefetch. |
OMNIBOX_MOTIVATED, // Request was motivated by the omnibox. |