| Index: components/arc/set_wallpaper_delegate.h
|
| diff --git a/components/arc/set_wallpaper_delegate.h b/components/arc/set_wallpaper_delegate.h
|
| index 45edd377fafb871569e837552b7a70ea24697306..28e5ed038c5248a219b2b3f78e1294c8d4a7cd5a 100644
|
| --- a/components/arc/set_wallpaper_delegate.h
|
| +++ b/components/arc/set_wallpaper_delegate.h
|
| @@ -17,7 +17,7 @@ class SetWallpaperDelegate {
|
| virtual ~SetWallpaperDelegate() = default;
|
|
|
| // Sets an image represented in JPEG format as the wallpaper.
|
| - virtual void SetWallpaper(const std::vector<uint8_t>& jpeg_data) = 0;
|
| + virtual void SetWallpaper(std::vector<uint8_t> jpeg_data) = 0;
|
| };
|
|
|
| } // namespace arc
|
|
|