summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/status/status_area_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/status/status_area_button.h')
-rw-r--r--chrome/browser/chromeos/status/status_area_button.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/status/status_area_button.h b/chrome/browser/chromeos/status/status_area_button.h
index 2d5c9fb..1aee800 100644
--- a/chrome/browser/chromeos/status/status_area_button.h
+++ b/chrome/browser/chromeos/status/status_area_button.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_CHROMEOS_STATUS_STATUS_AREA_BUTTON_H_
#pragma once
+#include "base/string16.h"
#include "chrome/browser/chromeos/status/status_area_host.h"
#include "views/controls/button/menu_button.h"
#include "views/controls/menu/view_menu_delegate.h"
@@ -23,7 +24,7 @@ class StatusAreaButton : public views::MenuButton {
// Overrides TextButton's SetText to clear max text size before seting new
// text content so that the button size would fit the new text size.
- virtual void SetText(const std::wstring& text);
+ virtual void SetText(const string16& text);
void set_use_menu_button_paint(bool use_menu_button_paint) {
use_menu_button_paint_ = use_menu_button_paint;