| Index: chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.h
|
| diff --git a/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.h b/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.h
|
| index b1b588dd699c488c93b40f07007478a1f6bb2122..da124bd966287cd9bec20f69f963d4c044f89b46 100644
|
| --- a/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.h
|
| +++ b/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.h
|
| @@ -110,7 +110,7 @@ class DeviceCommandScreenshotJob : public RemoteCommandJob,
|
| void TerminateImpl() override;
|
|
|
| void StoreScreenshot(size_t screen,
|
| - scoped_refptr<base::RefCountedBytes> png_data);
|
| + scoped_refptr<base::RefCountedMemory> png_data);
|
|
|
| void StartScreenshotUpload();
|
|
|
| @@ -128,7 +128,7 @@ class DeviceCommandScreenshotJob : public RemoteCommandJob,
|
| int num_pending_screenshots_;
|
|
|
| // Caches the already completed screenshots for the different displays.
|
| - std::map<int, scoped_refptr<base::RefCountedBytes>> screenshots_;
|
| + std::map<int, scoped_refptr<base::RefCountedMemory>> screenshots_;
|
|
|
| // The Delegate is used to acquire screenshots and create UploadJobs.
|
| std::unique_ptr<Delegate> screenshot_delegate_;
|
|
|