summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_unittest.cc')
-rw-r--r--chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_unittest.cc
index b15549e..8e2ce06 100644
--- a/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_unittest.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_unittest.cc
@@ -42,7 +42,7 @@ TEST(BlacklistLoadAnalyzer, TestBlacklistBypass) {
// Check that the test dll appears in list.
module_names.clear();
EXPECT_TRUE(GetLoadedBlacklistedModules(&module_names));
- ASSERT_EQ(1, module_names.size());
+ ASSERT_EQ(1u, module_names.size());
EXPECT_STREQ(kTestDllName,
base::ToLowerASCII(
base::FilePath(module_names[0]).BaseName().value()).c_str());