Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: net/url_request/view_cache_helper.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698