| Index: chrome/browser/views/tabs/tab_renderer.cc
|
| ===================================================================
|
| --- chrome/browser/views/tabs/tab_renderer.cc (revision 15319)
|
| +++ chrome/browser/views/tabs/tab_renderer.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "chrome/browser/views/tabs/tab_renderer.h"
|
|
|
| +#include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| #include "chrome/browser/browser.h"
|
| #include "chrome/browser/profile.h"
|
| @@ -13,7 +14,6 @@
|
| #include "chrome/browser/tabs/tab_strip_model.h"
|
| #include "chrome/common/gfx/chrome_canvas.h"
|
| #include "chrome/common/gfx/chrome_font.h"
|
| -#include "chrome/common/l10n_util.h"
|
| #include "chrome/common/win_util.h"
|
| #include "chrome/views/widget/widget.h"
|
| #include "chrome/views/window/non_client_view.h"
|
|
|