diff options
Diffstat (limited to 'chrome/browser/search/local_ntp_source.h')
-rw-r--r-- | chrome/browser/search/local_ntp_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search/local_ntp_source.h b/chrome/browser/search/local_ntp_source.h index 8e1a2eb..ec1fe7a 100644 --- a/chrome/browser/search/local_ntp_source.h +++ b/chrome/browser/search/local_ntp_source.h @@ -19,7 +19,7 @@ class LocalNtpSource : public content::URLDataSource { virtual ~LocalNtpSource(); // Overridden from content::URLDataSource: - virtual std::string GetSource() OVERRIDE; + virtual std::string GetSource() const OVERRIDE; virtual void StartDataRequest( const std::string& path, bool is_incognito, |