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

Unified Diff: components/safe_browsing_db/util.cc

Issue 1420053005: Move code in components/safe_browsing_db and chrome/browser/s_b/ under the safe_browsing namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@02_components_move
Patch Set: CR feedback. Remove using from *.h Created 5 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
Index: components/safe_browsing_db/util.cc
diff --git a/components/safe_browsing_db/util.cc b/components/safe_browsing_db/util.cc
index 8d95b9c849f023118976d63f79e53d5cf542edcf..110abaf6f71cdd0f1df79a0e2443a8e095445a1e 100644
--- a/components/safe_browsing_db/util.cc
+++ b/components/safe_browsing_db/util.cc
@@ -23,6 +23,7 @@ bool IsKnownList(const std::string& name) {
}
} // namespace
+namespace safe_browsing {
// SBCachedFullHashResult ------------------------------------------------------
@@ -35,8 +36,6 @@ SBCachedFullHashResult::SBCachedFullHashResult(
SBCachedFullHashResult::~SBCachedFullHashResult() {}
-namespace safe_browsing {
-
// Listnames that browser can process.
const char kMalwareList[] = "goog-malware-shavar";
const char kPhishingList[] = "goog-phish-shavar";

Powered by Google App Engine
This is Rietveld 408576698