| 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 317e03fedd2995e3147cc19313b8ef3ffb575dd4..fdc76ae4a873eab3c9cf9b00c7a2570906896c7b 100644
|
| --- a/chrome/browser/ui/webui/screenshot_source.h
|
| +++ b/chrome/browser/ui/webui/screenshot_source.h
|
| @@ -101,8 +101,7 @@ class ScreenshotSource : public content::URLDataSource {
|
| const content::URLDataSource::GotDataCallback& callback,
|
| drive::FileError error,
|
| const base::FilePath& file,
|
| - const std::string& unused_mime_type,
|
| - drive::DriveFileType file_type);
|
| + scoped_ptr<drive::ResourceEntry> entry);
|
|
|
| #endif
|
| // Sends the screenshot data to the requestor while caching it locally to the
|
|
|