| Index: url/url_constants.h
 | 
| diff --git a/url/url_constants.h b/url/url_constants.h
 | 
| index c48dafcd27dd5db14d6709ad240aad1ab3192188..fa71164cca3b7c7abc4531d4d5a21a137ac7f332 100644
 | 
| --- a/url/url_constants.h
 | 
| +++ b/url/url_constants.h
 | 
| @@ -5,6 +5,8 @@
 | 
|  #ifndef URL_URL_CONSTANTS_H_
 | 
|  #define URL_URL_CONSTANTS_H_
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include "url/url_export.h"
 | 
|  
 | 
|  namespace url {
 | 
| @@ -30,6 +32,8 @@ URL_EXPORT extern const char kWssScheme[];
 | 
|  // Used to separate a standard scheme and the hostname: "://".
 | 
|  URL_EXPORT extern const char kStandardSchemeSeparator[];
 | 
|  
 | 
| +URL_EXPORT extern const size_t kMaxURLChars;
 | 
| +
 | 
|  }  // namespace url
 | 
|  
 | 
|  #endif  // URL_URL_CONSTANTS_H_
 | 
| 
 |