diff options
-rw-r--r-- | remoting/host/differ.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/differ.h b/remoting/host/differ.h index 645f91d..2ad48b9 100644 --- a/remoting/host/differ.h +++ b/remoting/host/differ.h @@ -71,7 +71,7 @@ class Differ { 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_; |