| Index: views/controls/button/text_button.cc
 | 
| ===================================================================
 | 
| --- views/controls/button/text_button.cc	(revision 42180)
 | 
| +++ views/controls/button/text_button.cc	(working copy)
 | 
| @@ -7,7 +7,6 @@
 | 
|  #include <algorithm>
 | 
|  
 | 
|  #include "app/gfx/canvas.h"
 | 
| -#include "app/l10n_util.h"
 | 
|  #include "app/throb_animation.h"
 | 
|  #include "app/resource_bundle.h"
 | 
|  #include "views/controls/button/button.h"
 | 
| @@ -321,7 +320,7 @@
 | 
|                                   text_bounds.y(),
 | 
|                                   text_bounds.width(),
 | 
|                                   text_bounds.height(),
 | 
| -                                 l10n_util::DefaultCanvasTextAlignment());
 | 
| +                                 gfx::Canvas::DefaultCanvasTextAlignment());
 | 
|  #else
 | 
|        canvas->DrawStringInt(text_,
 | 
|                              font_,
 | 
| 
 |