| Index: extensions/browser/api/declarative/test_rules_registry.h
|
| diff --git a/extensions/browser/api/declarative/test_rules_registry.h b/extensions/browser/api/declarative/test_rules_registry.h
|
| index ebeaf527cd797771fad921ba0ddaa45beb2794db..3d35c2b32d35741ce33af005a1384aa2c8bdfdd7 100644
|
| --- a/extensions/browser/api/declarative/test_rules_registry.h
|
| +++ b/extensions/browser/api/declarative/test_rules_registry.h
|
| @@ -25,12 +25,12 @@ class TestRulesRegistry : public RulesRegistry {
|
| // RulesRegistry implementation:
|
| virtual std::string AddRulesImpl(
|
| const std::string& extension_id,
|
| - const std::vector<linked_ptr<RulesRegistry::Rule> >& rules) OVERRIDE;
|
| + const std::vector<linked_ptr<RulesRegistry::Rule> >& rules) override;
|
| virtual std::string RemoveRulesImpl(
|
| const std::string& extension_id,
|
| - const std::vector<std::string>& rule_identifiers) OVERRIDE;
|
| + const std::vector<std::string>& rule_identifiers) override;
|
| virtual std::string RemoveAllRulesImpl(
|
| - const std::string& extension_id) OVERRIDE;
|
| + const std::string& extension_id) override;
|
|
|
| // Sets the result message that will be returned by the next call of
|
| // AddRulesImpl, RemoveRulesImpl and RemoveAllRulesImpl.
|
|
|