| Index: chrome/browser/search/local_ntp_source.h
|
| diff --git a/chrome/browser/search/local_ntp_source.h b/chrome/browser/search/local_ntp_source.h
|
| index 8e1a2eb57bbb3ab27e637a87241bf3b58b4b596a..ec1fe7aae534d16b893ab526b5f01aff4a1a0f50 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,
|
|
|