summaryrefslogtreecommitdiffstats
path: root/components/safe_browsing_db/remote_database_manager_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/safe_browsing_db/remote_database_manager_unittest.cc')
-rw-r--r--components/safe_browsing_db/remote_database_manager_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/safe_browsing_db/remote_database_manager_unittest.cc b/components/safe_browsing_db/remote_database_manager_unittest.cc
index eb08a53..d91baa5 100644
--- a/components/safe_browsing_db/remote_database_manager_unittest.cc
+++ b/components/safe_browsing_db/remote_database_manager_unittest.cc
@@ -18,7 +18,7 @@ namespace {
class TestSafeBrowsingApiHandler : public SafeBrowsingApiHandler {
public:
- void StartURLCheck(const URLCheckCallback& callback,
+ void StartURLCheck(const URLCheckCallbackMeta& callback,
const GURL& url,
const std::vector<SBThreatType>& threat_types) override {}
};