| Index: chrome/browser/views/tabs/tab_strip.cc
|
| ===================================================================
|
| --- chrome/browser/views/tabs/tab_strip.cc (revision 15319)
|
| +++ chrome/browser/views/tabs/tab_strip.cc (working copy)
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "chrome/browser/views/tabs/tab_strip.h"
|
|
|
| +#include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| #include "app/slide_animation.h"
|
| #include "base/gfx/size.h"
|
| @@ -19,7 +20,6 @@
|
| #include "chrome/common/drag_drop_types.h"
|
| #include "chrome/common/gfx/chrome_canvas.h"
|
| #include "chrome/common/gfx/path.h"
|
| -#include "chrome/common/l10n_util.h"
|
| #include "chrome/common/os_exchange_data.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/win_util.h"
|
|
|