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

Unified Diff: chrome/common/visitedlink_common.cc

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month 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 | « chrome/common/visitedlink_common.h ('k') | chrome/common/web_resource/web_resource_unpacker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/visitedlink_common.cc
diff --git a/chrome/common/visitedlink_common.cc b/chrome/common/visitedlink_common.cc
index 9c2b231f31392f67b5dab0b508e377bfc229ffd1..278231141181190b266ff79a91af27e661740bfa 100644
--- a/chrome/common/visitedlink_common.cc
+++ b/chrome/common/visitedlink_common.cc
@@ -10,9 +10,9 @@
const VisitedLinkCommon::Fingerprint VisitedLinkCommon::null_fingerprint_ = 0;
const VisitedLinkCommon::Hash VisitedLinkCommon::null_hash_ = -1;
-VisitedLinkCommon::VisitedLinkCommon() :
- hash_table_(NULL),
- table_length_(0) {
+VisitedLinkCommon::VisitedLinkCommon()
+ : hash_table_(NULL),
+ table_length_(0) {
}
VisitedLinkCommon::~VisitedLinkCommon() {
« no previous file with comments | « chrome/common/visitedlink_common.h ('k') | chrome/common/web_resource/web_resource_unpacker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698