| Index: chrome/browser/ui/android/tab_model/tab_model_list.h
|
| diff --git a/chrome/browser/ui/android/tab_model/tab_model_list.h b/chrome/browser/ui/android/tab_model/tab_model_list.h
|
| index ca2afe0aafdbb7a8e9d4a7f4e2e16c004a9e41e1..540c991e4f87add1800fbbf54a982bad1c65c8a2 100644
|
| --- a/chrome/browser/ui/android/tab_model/tab_model_list.h
|
| +++ b/chrome/browser/ui/android/tab_model/tab_model_list.h
|
| @@ -35,7 +35,7 @@ class TabModelList {
|
| static void RemoveTabModel(TabModel* tab_model);
|
|
|
| static TabModel* GetTabModelForWebContents(
|
| - content::WebContents* web_contents);
|
| + const content::WebContents* web_contents);
|
| static TabModel* FindTabModelWithId(SessionID::id_type desired_id);
|
| static bool IsOffTheRecordSessionActive();
|
|
|
|
|