diff options
Diffstat (limited to 'chrome/browser/gtk/tabs/tab_renderer_gtk.h')
-rw-r--r-- | chrome/browser/gtk/tabs/tab_renderer_gtk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/gtk/tabs/tab_renderer_gtk.h b/chrome/browser/gtk/tabs/tab_renderer_gtk.h index 4b38df0..ac6a5ce 100644 --- a/chrome/browser/gtk/tabs/tab_renderer_gtk.h +++ b/chrome/browser/gtk/tabs/tab_renderer_gtk.h @@ -13,6 +13,7 @@ #include "app/slide_animation.h" #include "base/basictypes.h" #include "base/gfx/rect.h" +#include "base/string16.h" #include "chrome/common/owned_widget_gtk.h" #include "third_party/skia/include/core/SkBitmap.h" @@ -160,7 +161,7 @@ class TabRendererGtk : public AnimationDelegate { // corresponding objects in the underlying model. struct TabData { SkBitmap favicon; - std::wstring title; + string16 title; bool loading; bool crashed; bool off_the_record; |