| Index: chrome/browser/ui/webui/screenshot_source.h
|
| diff --git a/chrome/browser/ui/webui/screenshot_source.h b/chrome/browser/ui/webui/screenshot_source.h
|
| index 3bfac8a3cdfa4741a381632a20f6f60e211da18c..6b5e214606d067ca6390f0d693e5f20760eeeb7f 100644
|
| --- a/chrome/browser/ui/webui/screenshot_source.h
|
| +++ b/chrome/browser/ui/webui/screenshot_source.h
|
| @@ -27,9 +27,9 @@ class ScreenshotSource : public ChromeURLDataManager::DataSource {
|
| // the path we registered.
|
| virtual void StartDataRequest(const std::string& path,
|
| bool is_incognito,
|
| - int request_id);
|
| + int request_id) OVERRIDE;
|
|
|
| - virtual std::string GetMimeType(const std::string&) const;
|
| + virtual std::string GetMimeType(const std::string&) const OVERRIDE;
|
|
|
| // Get the screenshot specified by the given relative path that we've cached
|
| // from a previous request to the screenshots source.
|
|
|