| Index: chrome/browser/views/tabs/tab_renderer.h
|
| ===================================================================
|
| --- chrome/browser/views/tabs/tab_renderer.h (revision 20304)
|
| +++ chrome/browser/views/tabs/tab_renderer.h (working copy)
|
| @@ -9,6 +9,7 @@
|
| #include "app/slide_animation.h"
|
| #include "app/throb_animation.h"
|
| #include "base/gfx/point.h"
|
| +#include "base/string16.h"
|
| #include "views/controls/button/image_button.h"
|
| #include "views/view.h"
|
|
|
| @@ -165,7 +166,7 @@
|
| // corresponding objects in the underlying model.
|
| struct TabData {
|
| SkBitmap favicon;
|
| - std::wstring title;
|
| + string16 title;
|
| bool loading;
|
| bool crashed;
|
| bool off_the_record;
|
|
|