| Index: net/url_request/view_cache_helper.h
|
| diff --git a/net/url_request/view_cache_helper.h b/net/url_request/view_cache_helper.h
|
| index d5a7c423d68df01347e6c0feea9da3069f29d0d0..541ff29af29f16707e05642b802f6ec5beb1128d 100644
|
| --- a/net/url_request/view_cache_helper.h
|
| +++ b/net/url_request/view_cache_helper.h
|
| @@ -48,7 +48,7 @@ class NET_EXPORT ViewCacheHelper {
|
| // Lower-level helper to produce a textual representation of binary data.
|
| // The results are appended to |result| and can be used in HTML pages
|
| // provided the dump is contained within <pre></pre> tags.
|
| - static void HexDump(const char *buf, size_t buf_len, std::string* result);
|
| + static void HexDump(const char* buf, size_t buf_len, std::string* result);
|
|
|
| private:
|
| enum State {
|
|
|