Index: chrome/browser/ui/webui/theme_source.h |
diff --git a/chrome/browser/ui/webui/theme_source.h b/chrome/browser/ui/webui/theme_source.h |
index 0ab44c1223d0c9670c8944a3d63825410bba4d06..9d5961b675f27be06771b70ed3bbd162e3a92661 100644 |
--- a/chrome/browser/ui/webui/theme_source.h |
+++ b/chrome/browser/ui/webui/theme_source.h |
@@ -24,7 +24,7 @@ class ThemeSource : public content::URLDataSource { |
virtual ~ThemeSource(); |
// content::URLDataSource implementation. |
- virtual std::string GetSource() OVERRIDE; |
+ virtual std::string GetSource() const OVERRIDE; |
virtual void StartDataRequest( |
const std::string& path, |
bool is_incognito, |