Index: chrome/browser/extensions/activity_log/counting_policy.h |
diff --git a/chrome/browser/extensions/activity_log/counting_policy.h b/chrome/browser/extensions/activity_log/counting_policy.h |
index 6cf48c88ed32dd3e01015de4bff81a242a5bafc4..3baa41a102dc1fd26e75b6f8b622babe9e3775c0 100644 |
--- a/chrome/browser/extensions/activity_log/counting_policy.h |
+++ b/chrome/browser/extensions/activity_log/counting_policy.h |
@@ -100,7 +100,7 @@ class CountingPolicy : public ActivityLogDatabasePolicy { |
bool CleanStringTables(sql::Connection* db); |
// API calls for which complete arguments should be logged. |
- std::set<std::string> api_arg_whitelist_; |
+ Util::ApiSet api_arg_whitelist_; |
// Tables for mapping strings to integers for shrinking database storage |
// requirements. URLs are kept in a separate table from other strings to |