diff options
Diffstat (limited to 'ash/shell/bubble.cc')
-rw-r--r-- | ash/shell/bubble.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/shell/bubble.cc b/ash/shell/bubble.cc index 649202d..fa2583e 100644 --- a/ash/shell/bubble.cc +++ b/ash/shell/bubble.cc @@ -13,7 +13,7 @@ namespace ash { namespace shell { struct BubbleConfig { - string16 label; + base::string16 label; views::View* anchor_view; views::BubbleBorder::ArrowLocation arrow; }; @@ -31,7 +31,7 @@ class ExampleBubbleDelegateView : public views::BubbleDelegateView { } private: - string16 label_; + base::string16 label_; }; void CreatePointyBubble(views::View* anchor_view) { |