Index: chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.cc |
diff --git a/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.cc b/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.cc |
index 2e0e156f143bef0fa6aabdcfe0ed8eeb7464c054..f092b78a9e04ad62d817886357db5733c85f0ee9 100644 |
--- a/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.cc |
+++ b/chrome/browser/chromeos/policy/remote_commands/device_command_screenshot_job.cc |
@@ -58,7 +58,7 @@ const char* const kUploadUrlFieldName = "fileUploadUrl"; |
// A helper function which invokes |store_screenshot_callback| on |task_runner|. |
void RunStoreScreenshotOnTaskRunner( |
- const ui::GrabWindowSnapshotAsyncPNGCallback& store_screenshot_callback, |
+ const ui::GrabWindowSnapshotAsyncEncodedCallback& store_screenshot_callback, |
scoped_refptr<base::TaskRunner> task_runner, |
scoped_refptr<base::RefCountedBytes> png_data) { |
task_runner->PostTask(FROM_HERE, |