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

Unified Diff: net/dns/address_sorter.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/dns/address_sorter.h
diff --git a/net/dns/address_sorter.h b/net/dns/address_sorter.h
index 6ac943086ef6f78c1094ff307605135006c6d156..891e1f4fa3c44788a6eb3121777675c0afde2a7c 100644
--- a/net/dns/address_sorter.h
+++ b/net/dns/address_sorter.h
@@ -20,8 +20,8 @@ class AddressList;
// AddressSorter does not necessarily preserve port numbers on the sorted list.
class NET_EXPORT AddressSorter {
public:
- typedef base::Callback<void(bool success,
- const AddressList& list)> CallbackType;
+ typedef base::Callback<void(bool success, const AddressList& list)>
+ CallbackType;
virtual ~AddressSorter() {}

Powered by Google App Engine
This is Rietveld 408576698