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

Unified Diff: net/spdy/hpack_entry.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/spdy/hpack_entry.h
diff --git a/net/spdy/hpack_entry.h b/net/spdy/hpack_entry.h
index a216c6397675fa6ffa62b99a8a399bf8b4089b77..108ace7a875453ccdf5fe90b162fb517474c3d71 100644
--- a/net/spdy/hpack_entry.h
+++ b/net/spdy/hpack_entry.h
@@ -33,7 +33,7 @@ class NET_EXPORT_PRIVATE HpackEntry {
// composed with the 'lookup' HpackEntry constructor to allow for efficient
// lower-bounding of matching entries.
struct NET_EXPORT_PRIVATE Comparator {
- bool operator() (const HpackEntry* lhs, const HpackEntry* rhs) const;
+ bool operator()(const HpackEntry* lhs, const HpackEntry* rhs) const;
};
typedef std::set<HpackEntry*, Comparator> OrderedSet;

Powered by Google App Engine
This is Rietveld 408576698