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

Unified Diff: components/safe_browsing_db/util_unittest.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: Other minor fixes incl. using "using safe_browsing::ClassName" instead of safe_browsing::ClassName everywhere. 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_unittest.cc
diff --git a/components/safe_browsing_db/util_unittest.cc b/components/safe_browsing_db/util_unittest.cc
index d29bd3f27acf3ed5c2b7085e776fa0da88620e93..eb65fa89d6dc295ef7a954eb70d7912b2fe59b73 100644
--- a/components/safe_browsing_db/util_unittest.cc
+++ b/components/safe_browsing_db/util_unittest.cc
@@ -9,7 +9,7 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
-namespace {
+namespace safe_browsing {
bool VectorContains(const std::vector<std::string>& data,
const std::string& str) {
@@ -336,4 +336,4 @@ TEST(SafeBrowsingDbUtilTest, FullHashOperators) {
EXPECT_FALSE(safe_browsing::SBFullHashLess(kHash2, kHash2));
}
-} // namespace
+} // namespace safe_browsing
« components/safe_browsing_db/prefix_set_unittest.cc ('K') | « components/safe_browsing_db/util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698