Index: remoting/host/differ.h |
=================================================================== |
--- remoting/host/differ.h (revision 51089) |
+++ remoting/host/differ.h (working copy) |
@@ -71,7 +71,7 @@ |
int bytes_per_row_; |
// Diff information for each block in the image. |
- scoped_ptr<DiffInfo> diff_info_; |
+ scoped_array<DiffInfo> diff_info_; |
// Dimensions and total size of diff info array. |
int diff_info_width_; |