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

Unified Diff: webrtc/base/nssidentity.h

Issue 1300683002: Fix -Wreorder compile error after https://codereview.webrtc.org/1189583002/ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/nssidentity.h
diff --git a/webrtc/base/nssidentity.h b/webrtc/base/nssidentity.h
index 9ac76bfb841b665e1e0a7684250698baa9946870..867f594b844ef4db292fe44dc3ecc3085c6ba17d 100644
--- a/webrtc/base/nssidentity.h
+++ b/webrtc/base/nssidentity.h
@@ -56,9 +56,9 @@ class NSSKeyPair {
SSLKEAType ssl_kea_type() const { return ssl_kea_type_; }
private:
- SSLKEAType ssl_kea_type_;
SECKEYPrivateKey* privkey_;
SECKEYPublicKey* pubkey_;
+ SSLKEAType ssl_kea_type_;
DISALLOW_COPY_AND_ASSIGN(NSSKeyPair);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698