| Index: ui/aura_shell/examples/bubble.cc
|
| diff --git a/ui/aura_shell/examples/bubble.cc b/ui/aura_shell/examples/bubble.cc
|
| index aedaab0aa04f664230e4a14e6447c2cb2da4d22a..0750e8c7767cdbad82ecc204d548777567759b3f 100644
|
| --- a/ui/aura_shell/examples/bubble.cc
|
| +++ b/ui/aura_shell/examples/bubble.cc
|
| @@ -51,7 +51,7 @@ void CreateBubble(const BubbleConfig& config,
|
| params.parent = parent;
|
| bubble_widget->Init(params);
|
| bubble_widget->client_view()->AsBubbleView()->AddChildView(
|
| - new views::Label(L"I am a " + config.label));
|
| + new views::Label(L"I am a " + UTF16ToWideHack(config.label)));
|
| }
|
|
|
| void CreatePointyBubble(gfx::NativeWindow parent, const gfx::Point& origin) {
|
|
|