| Index: trunk/src/ui/snapshot/snapshot_aura_unittest.cc
 | 
| ===================================================================
 | 
| --- trunk/src/ui/snapshot/snapshot_aura_unittest.cc	(revision 287765)
 | 
| +++ trunk/src/ui/snapshot/snapshot_aura_unittest.cc	(working copy)
 | 
| @@ -115,8 +115,7 @@
 | 
|  
 | 
|    void WaitForDraw() {
 | 
|      helper_->host()->compositor()->ScheduleDraw();
 | 
| -    ui::DrawWaiterForTest::WaitForCompositingEnded(
 | 
| -        helper_->host()->compositor());
 | 
| +    ui::DrawWaiterForTest::Wait(helper_->host()->compositor());
 | 
|    }
 | 
|  
 | 
|    void SetupTestWindow(const gfx::Rect& window_bounds) {
 | 
| 
 |