| Index: ui/base/resource/resource_bundle.h
|
| diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h
|
| index d1aa0cf7e7a63a9d391a15f95ef2831100115c87..a396be0977101b2eafb3061446384576a49435e0 100644
|
| --- a/ui/base/resource/resource_bundle.h
|
| +++ b/ui/base/resource/resource_bundle.h
|
| @@ -22,6 +22,7 @@
|
| #include "base/memory/ref_counted_memory.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/string16.h"
|
| +#include "base/string_piece.h"
|
| #include "ui/base/ui_export.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| @@ -30,7 +31,6 @@ typedef uint32 SkColor;
|
|
|
| namespace base {
|
| class Lock;
|
| -class StringPiece;
|
| }
|
|
|
| namespace gfx {
|
|
|