Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Unified Diff: ui/aura_shell/examples/bubble.cc

Issue 7977016: aura_shell/examples: Fix build on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698