Index: chrome/browser/ui/android/tab_model/tab_model_list.cc |
diff --git a/chrome/browser/ui/android/tab_model/tab_model_list.cc b/chrome/browser/ui/android/tab_model/tab_model_list.cc |
index bcf950cd0d979a67e3d2604e68c9c5d38ac5f8ff..69831094a7a099a56c07932aa124d25c7800150d 100644 |
--- a/chrome/browser/ui/android/tab_model/tab_model_list.cc |
+++ b/chrome/browser/ui/android/tab_model/tab_model_list.cc |
@@ -44,7 +44,7 @@ void TabModelList::HandlePopupNavigation(chrome::NavigateParams* params) { |
} |
TabModel* TabModelList::GetTabModelForWebContents( |
- content::WebContents* web_contents) { |
+ const content::WebContents* web_contents) { |
if (!web_contents) |
return NULL; |