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 da124bd966287cd9bec20f69f963d4c044f89b46..b1b588dd699c488c93b40f07007478a1f6bb2122 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 @@ |
void TerminateImpl() override; |
void StoreScreenshot(size_t screen, |
- scoped_refptr<base::RefCountedMemory> png_data); |
+ scoped_refptr<base::RefCountedBytes> png_data); |
void StartScreenshotUpload(); |
@@ -128,7 +128,7 @@ |
int num_pending_screenshots_; |
// Caches the already completed screenshots for the different displays. |
- std::map<int, scoped_refptr<base::RefCountedMemory>> screenshots_; |
+ std::map<int, scoped_refptr<base::RefCountedBytes>> screenshots_; |
// The Delegate is used to acquire screenshots and create UploadJobs. |
std::unique_ptr<Delegate> screenshot_delegate_; |