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 b542246abdb4027c83e3d2e75261f60636a0e364..c3dad05c162003b6ddb8444bd7988dec62b8b0a5 100644 |
--- a/chrome/browser/extensions/activity_log/hashed_ad_network_database.h |
+++ b/chrome/browser/extensions/activity_log/hashed_ad_network_database.h |
@@ -23,7 +23,7 @@ class HashedAdNetworkDatabase : public AdNetworkDatabase { |
private: |
// AdNetworkDatabase implementation. |
- virtual bool IsAdNetwork(const GURL& url) const OVERRIDE; |
+ virtual bool IsAdNetwork(const GURL& url) const override; |
// Points to the array of hash entries. In practice, this is always set to |
// kHashedAdNetworks, but is exposed via set_entries_for_testing(). |