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