| 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 0f1ad0090d75ad39e1c48f60a7b1305adc725600..5f79bd40f711a3db92e4482dcf5309e9ff3a937f 100644
|
| --- a/chrome/browser/android/foreign_session_helper.h
|
| +++ b/chrome/browser/android/foreign_session_helper.h
|
| @@ -37,14 +37,14 @@ class ForeignSessionHelper : public content::NotificationObserver {
|
| void DeleteForeignSession(JNIEnv* env, jobject obj, jstring session_tag);
|
|
|
| // NotificationObserver implemenation
|
| - 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;
|
|
|
| static bool RegisterForeignSessionHelper(JNIEnv* env);
|
|
|
| private:
|
| - virtual ~ForeignSessionHelper();
|
| + ~ForeignSessionHelper() override;
|
|
|
| Profile* profile_; // weak
|
| base::android::ScopedJavaGlobalRef<jobject> callback_;
|
|
|