summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/safe_browsing/safe_browsing_util.h')
-rw-r--r--chrome/browser/safe_browsing/safe_browsing_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_util.h b/chrome/browser/safe_browsing/safe_browsing_util.h
index 8c2d60b..44c94c4 100644
--- a/chrome/browser/safe_browsing/safe_browsing_util.h
+++ b/chrome/browser/safe_browsing/safe_browsing_util.h
@@ -18,7 +18,7 @@
class GURL;
-//#define SB_LOGGING_ENABLED
+// #define SB_LOGGING_ENABLED
#ifdef SB_LOGGING_ENABLED
#define SB_DLOG(severity) DLOG_IF(INFO, 1)
#else
@@ -77,7 +77,7 @@ struct SBListChunkRanges {
std::string adds; // The ranges for add chunks.
std::string subs; // The ranges for sub chunks.
- SBListChunkRanges(const std::string& n) : name(n) { }
+ explicit SBListChunkRanges(const std::string& n) : name(n) { }
};
// Container for deleting chunks from the database.