Index: ui/snapshot/screenshot_grabber.h |
diff --git a/ui/snapshot/screenshot_grabber.h b/ui/snapshot/screenshot_grabber.h |
index 555f863d870ba2042d1d2e044583591a7ed14966..7a0a9473f2efe1ffb0eff9792202103a445410f2 100644 |
--- a/ui/snapshot/screenshot_grabber.h |
+++ b/ui/snapshot/screenshot_grabber.h |
@@ -84,7 +84,7 @@ class SNAPSHOT_EXPORT ScreenshotGrabber { |
const std::string& window_identifier, |
base::FilePath screenshot_path, |
bool is_partial, |
- scoped_refptr<base::RefCountedBytes> png_data); |
+ scoped_refptr<base::RefCountedMemory> png_data); |
// A weak pointer to the screenshot taker client. |
ScreenshotGrabberDelegate* client_; |