diff options
Diffstat (limited to 'chrome/browser/dom_ui')
-rw-r--r-- | chrome/browser/dom_ui/dom_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/dom_ui.h b/chrome/browser/dom_ui/dom_ui.h index ad4c2dc..2156b30 100644 --- a/chrome/browser/dom_ui/dom_ui.h +++ b/chrome/browser/dom_ui/dom_ui.h @@ -111,7 +111,7 @@ class DOMUI { ThemeProvider* GetThemeProvider() const; - TabContents* tab_contents() { return tab_contents_; } + TabContents* tab_contents() const { return tab_contents_; } Profile* GetProfile(); |