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

Unified Diff: net/http/http_auth_handler_digest.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/http/http_auth_handler_digest.h
diff --git a/net/http/http_auth_handler_digest.h b/net/http/http_auth_handler_digest.h
index 6a960d9cba7b5cf628b1640ae6285d832585f072..fb3e514bd1b49d70125dd258682610ff9cefe059 100644
--- a/net/http/http_auth_handler_digest.h
+++ b/net/http/http_auth_handler_digest.h
@@ -29,6 +29,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerDigest : public HttpAuthHandler {
// Generates a client nonce.
virtual std::string GenerateNonce() const = 0;
+
private:
DISALLOW_COPY_AND_ASSIGN(NonceGenerator);
};
@@ -39,6 +40,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerDigest : public HttpAuthHandler {
public:
DynamicNonceGenerator();
virtual std::string GenerateNonce() const OVERRIDE;
+
private:
DISALLOW_COPY_AND_ASSIGN(DynamicNonceGenerator);
};

Powered by Google App Engine
This is Rietveld 408576698