Index: content/browser/webui/web_ui_data_source_impl.h |
diff --git a/content/browser/webui/web_ui_data_source_impl.h b/content/browser/webui/web_ui_data_source_impl.h |
index 9553a0373d28a1d071e91d7c196abab49fe4eaab..162d336e70a558c1eba19096012b2c28c363727f 100644 |
--- a/content/browser/webui/web_ui_data_source_impl.h |
+++ b/content/browser/webui/web_ui_data_source_impl.h |
@@ -70,7 +70,7 @@ class CONTENT_EXPORT WebUIDataSourceImpl |
// Methods that match URLDataSource which are called by |
// InternalDataSource. |
- std::string GetSource(); |
+ std::string GetSource() const; |
std::string GetMimeType(const std::string& path) const; |
void StartDataRequest( |
const std::string& path, |