| 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 30d80f40bf6366dee28c270ff643d76c57ebd901..6af4ede82325094b54ceb3ab775416950bb31be5 100644
|
| --- a/chrome/browser/ui/webui/screenshot_source.h
|
| +++ b/chrome/browser/ui/webui/screenshot_source.h
|
| @@ -53,7 +53,7 @@ class ScreenshotSource : public content::URLDataSource {
|
| virtual std::string GetSource() OVERRIDE;
|
| virtual void StartDataRequest(
|
| const std::string& path,
|
| - bool is_incognito,
|
| + const content::URLDataSource::ExtraRequestInfo& info,
|
| const content::URLDataSource::GotDataCallback& callback) OVERRIDE;
|
| virtual std::string GetMimeType(const std::string&) const OVERRIDE;
|
|
|
|
|