| Index: chrome/browser/extensions/activity_log/hashed_ad_network_database.h
|
| diff --git a/chrome/browser/extensions/activity_log/hashed_ad_network_database.h b/chrome/browser/extensions/activity_log/hashed_ad_network_database.h
|
| index a281bd902952f2e6011a213a8a0365800328af2f..f88e8ae9d22b249dcfedbdce931a3a639a96fe9a 100644
|
| --- a/chrome/browser/extensions/activity_log/hashed_ad_network_database.h
|
| +++ b/chrome/browser/extensions/activity_log/hashed_ad_network_database.h
|
| @@ -27,7 +27,7 @@ class HashedAdNetworkDatabase : public AdNetworkDatabase {
|
|
|
| // Points to the array of hash entries. In practice, this is always set to
|
| // kHashedAdNetworks, but is exposed via set_entries_for_testing().
|
| - const char** entries_;
|
| + const char* const* entries_;
|
|
|
| // The number of entries.
|
| int num_entries_;
|
|
|