| Index: chrome/browser/ui/views/tabs/base_tab.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/tabs/base_tab.cc (revision 72000)
|
| +++ chrome/browser/ui/views/tabs/base_tab.cc (working copy)
|
| @@ -7,7 +7,6 @@
|
| #include <limits>
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/command_line.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/tab_contents/tab_contents.h"
|
| @@ -21,6 +20,7 @@
|
| #include "grit/app_resources.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/animation/slide_animation.h"
|
| #include "ui/base/animation/throb_animation.h"
|
| #include "ui/base/theme_provider.h"
|
|
|