Index: net/http/http_request_info.cc |
diff --git a/net/http/http_request_info.cc b/net/http/http_request_info.cc |
index 794aa1c3a7c33f8e92640f0d3b32bbfc9dc84a54..bffc96ccfaedc1b5cfbc5e3d6cd9e1ed472d54e9 100644 |
--- a/net/http/http_request_info.cc |
+++ b/net/http/http_request_info.cc |
@@ -10,7 +10,7 @@ |
: upload_data_stream(NULL), |
load_flags(0), |
motivation(NORMAL_MOTIVATION), |
- privacy_mode(PRIVACY_MODE_DISABLED) { |
+ privacy_mode(kPrivacyModeDisabled) { |
} |
HttpRequestInfo::~HttpRequestInfo() {} |