| Index: chrome/browser/content_settings/content_settings_rule_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/content_settings/content_settings_rule_unittest.cc (revision 181040)
|
| +++ chrome/browser/content_settings/content_settings_rule_unittest.cc (working copy)
|
| @@ -19,11 +19,11 @@
|
|
|
| virtual ~ListIterator() {}
|
|
|
| - virtual bool HasNext() const {
|
| + virtual bool HasNext() const OVERRIDE {
|
| return !rules_.empty();
|
| }
|
|
|
| - virtual Rule Next() {
|
| + virtual Rule Next() OVERRIDE {
|
| EXPECT_FALSE(rules_.empty());
|
| // |front()| returns a reference but we're going to discard the object
|
| // referred to; force copying here.
|
|
|