diff options
Diffstat (limited to 'chrome/browser/dom_ui/dom_ui.h')
-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 3aadbd5..66c5455 100644 --- a/chrome/browser/dom_ui/dom_ui.h +++ b/chrome/browser/dom_ui/dom_ui.h @@ -114,7 +114,7 @@ class DOMUI { TabContents* tab_contents() const { return tab_contents_; } - Profile* GetProfile(); + Profile* GetProfile() const; protected: void AddMessageHandler(DOMMessageHandler* handler); |