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

Unified Diff: net/spdy/spdy_session_key.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/spdy_session_key.h
diff --git a/net/spdy/spdy_session_key.h b/net/spdy/spdy_session_key.h
index 59c832bb52b4bef3ca934ca99d2fc43dc40eb582..6f34c282b749f5e0beffd4a2732dfcf5189d35cd 100644
--- a/net/spdy/spdy_session_key.h
+++ b/net/spdy/spdy_session_key.h
@@ -42,9 +42,7 @@ class NET_EXPORT_PRIVATE SpdySessionKey {
return host_port_proxy_pair_.second;
}
- PrivacyMode privacy_mode() const {
- return privacy_mode_;
- }
+ PrivacyMode privacy_mode() const { return privacy_mode_; }
private:
HostPortProxyPair host_port_proxy_pair_;
@@ -55,4 +53,3 @@ class NET_EXPORT_PRIVATE SpdySessionKey {
} // namespace net
#endif // NET_SPDY_SPDY_SESSION_KEY_H_
-

Powered by Google App Engine
This is Rietveld 408576698