| Index: chrome/browser/android/foreign_session_helper.h
|
| diff --git a/chrome/browser/android/foreign_session_helper.h b/chrome/browser/android/foreign_session_helper.h
|
| index 4e0244099c903f7811cd504f2b7109e74876cb48..78baedb81272f3964406e49a7c6386210f3be2dd 100644
|
| --- a/chrome/browser/android/foreign_session_helper.h
|
| +++ b/chrome/browser/android/foreign_session_helper.h
|
| @@ -38,7 +38,7 @@ class ForeignSessionHelper : public content::NotificationObserver {
|
| // NotificationObserver implemenation
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| static bool RegisterForeignSessionHelper(JNIEnv* env);
|
|
|
|
|