| Index: chrome/test/base/ui_test_utils.h
|
| diff --git a/chrome/test/base/ui_test_utils.h b/chrome/test/base/ui_test_utils.h
|
| index db5c0e0f8dcb3d8c7af31a65ea495b91a1147c89..632b86185f361090066c54d0566315da605a3cb6 100644
|
| --- a/chrome/test/base/ui_test_utils.h
|
| +++ b/chrome/test/base/ui_test_utils.h
|
| @@ -219,9 +219,9 @@ class WindowedNotificationObserverWithDetails
|
| return true;
|
| }
|
|
|
| - virtual void Observe(int type,
|
| - const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) override {
|
| + void Observe(int type,
|
| + const content::NotificationSource& source,
|
| + const content::NotificationDetails& details) override {
|
| const U* details_ptr = content::Details<U>(details).ptr();
|
| if (details_ptr)
|
| details_[source.map_key()] = *details_ptr;
|
|
|