| Index: chrome/browser/ui/webui/app_launcher_page_ui.cc
|
| diff --git a/chrome/browser/ui/webui/app_launcher_page_ui.cc b/chrome/browser/ui/webui/app_launcher_page_ui.cc
|
| index aeee5b0fed0648bb85356fd3bdbccde27188158d..1a18e843b080d6f1b0ef26daaaac8df42f6e3563 100644
|
| --- a/chrome/browser/ui/webui/app_launcher_page_ui.cc
|
| +++ b/chrome/browser/ui/webui/app_launcher_page_ui.cc
|
| @@ -86,7 +86,7 @@ AppLauncherPageUI::HTMLSource::HTMLSource(Profile* profile)
|
| : profile_(profile) {
|
| }
|
|
|
| -std::string AppLauncherPageUI::HTMLSource::GetSource() {
|
| +std::string AppLauncherPageUI::HTMLSource::GetSource() const {
|
| return chrome::kChromeUIAppLauncherPageHost;
|
| }
|
|
|
|
|