| Index: content/public/test/javascript_test_observer.h
|
| diff --git a/content/public/test/javascript_test_observer.h b/content/public/test/javascript_test_observer.h
|
| index 3b7b1f3c5ab38a3bb013ec474c908a7a9b4fb14b..c86fda834172e40ab2455af70cbada3daedd12ae 100644
|
| --- a/content/public/test/javascript_test_observer.h
|
| +++ b/content/public/test/javascript_test_observer.h
|
| @@ -76,7 +76,7 @@ class JavascriptTestObserver : public NotificationObserver {
|
| virtual void Observe(
|
| int type,
|
| const NotificationSource& source,
|
| - const NotificationDetails& details) OVERRIDE;
|
| + const NotificationDetails& details) override;
|
|
|
| private:
|
| // This message did not signal the end of a test, keep going.
|
|
|