| Index: remoting/client/frame_consumer.h
 | 
| diff --git a/remoting/client/frame_consumer.h b/remoting/client/frame_consumer.h
 | 
| index 90f5e5509b2eca5b744170814a4d3b3573c589c9..339b3a4d453c4ee8c6d922d396ba2cdea875a37a 100644
 | 
| --- a/remoting/client/frame_consumer.h
 | 
| +++ b/remoting/client/frame_consumer.h
 | 
| @@ -1,4 +1,4 @@
 | 
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
 | 
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| @@ -51,7 +51,7 @@ class FrameConsumer {
 | 
|    // Both |frame| and |rects| are guaranteed to be valid until the |done|
 | 
|    // callback is invoked.
 | 
|    virtual void OnPartialFrameOutput(media::VideoFrame* frame,
 | 
| -                                    UpdatedRects* rects,
 | 
| +                                    RectVector* rects,
 | 
|                                      Task* done) = 0;
 | 
|  
 | 
|   private:
 | 
| 
 |