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

Unified Diff: net/base/mime_sniffer.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/base/mime_sniffer.h
diff --git a/net/base/mime_sniffer.h b/net/base/mime_sniffer.h
index 77f3833fe85e799bd5ec90cf2463d99da3bb6edd..c5b1fcbcdeeeb4e1aa77a12801e6a6d6db65e14a 100644
--- a/net/base/mime_sniffer.h
+++ b/net/base/mime_sniffer.h
@@ -37,8 +37,10 @@ NET_EXPORT bool ShouldSniffMimeType(const GURL& url,
// @param type_hint The current mime type, e.g. from the Content-Type header.
// @param result Address at which to place the sniffed mime type.
// @return Returns true if we have enough content to guess the mime type.
-NET_EXPORT bool SniffMimeType(const char* content, size_t content_size,
- const GURL& url, const std::string& type_hint,
+NET_EXPORT bool SniffMimeType(const char* content,
+ size_t content_size,
+ const GURL& url,
+ const std::string& type_hint,
std::string* result);
// Attempt to identify a MIME type from the first few bytes of content only.

Powered by Google App Engine
This is Rietveld 408576698