summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/core/browser/test_strike_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/core/browser/test_strike_database.h')
-rw-r--r--chromium/components/autofill/core/browser/test_strike_database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/autofill/core/browser/test_strike_database.h b/chromium/components/autofill/core/browser/test_strike_database.h
index ebe7731cb1f..d46be27bc4b 100644
--- a/chromium/components/autofill/core/browser/test_strike_database.h
+++ b/chromium/components/autofill/core/browser/test_strike_database.h
@@ -22,7 +22,7 @@ class TestStrikeDatabase : public StrikeDatabase {
~TestStrikeDatabase() override;
// StrikeDatabase:
- void GetProtoStrikes(const std::string key,
+ void GetProtoStrikes(const std::string& key,
const StrikesCallback& outer_callback) override;
void ClearAllProtoStrikes(
const ClearStrikesCallback& outer_callback) override;