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

Unified Diff: chrome/browser/privacy_blacklist/blacklist_store.cc

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 years, 2 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: chrome/browser/privacy_blacklist/blacklist_store.cc
diff --git a/chrome/browser/privacy_blacklist/blacklist_store.cc b/chrome/browser/privacy_blacklist/blacklist_store.cc
index 95dd67c3d0729266dc213edd53121e767ad1ee38..327b25568abea3baadc0a1a199767c683dee694e 100644
--- a/chrome/browser/privacy_blacklist/blacklist_store.cc
+++ b/chrome/browser/privacy_blacklist/blacklist_store.cc
@@ -18,7 +18,7 @@ const char cookie[] = "GCPBL100";
const size_t kMaxBlockedTypes = 256;
const size_t kMaxStringSize = 8192;
-}
+} // namespace
bool BlacklistStoreOutput::WriteUInt(uint32 i) {
return fwrite(reinterpret_cast<char*>(&i), 1, sizeof(uint32), file_) ==

Powered by Google App Engine
This is Rietveld 408576698