| Index: athena/content/chrome/web_activity_helpers_browsertest.cc
|
| diff --git a/athena/content/chrome/web_activity_helpers_browsertest.cc b/athena/content/chrome/web_activity_helpers_browsertest.cc
|
| index ace2f5f1c171bfae6f6ea0ab94aeeb48ea582c6e..b4da030749b89b8ed013f4ce2f82a0f289998abb 100644
|
| --- a/athena/content/chrome/web_activity_helpers_browsertest.cc
|
| +++ b/athena/content/chrome/web_activity_helpers_browsertest.cc
|
| @@ -40,7 +40,7 @@ class HelpersCreatedChecker : public content::NotificationObserver {
|
| // content::NotificationObserver:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE {
|
| + const content::NotificationDetails& details) override {
|
| DCHECK_EQ(content::NOTIFICATION_WEB_CONTENTS_RENDER_VIEW_HOST_CREATED,
|
| type);
|
|
|
|
|