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

Unified Diff: chrome/browser/chromeos/input_method/mode_indicator_delegate_view.h

Issue 105193002: Replace string16 with base::string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
Index: chrome/browser/chromeos/input_method/mode_indicator_delegate_view.h
diff --git a/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.h b/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.h
index 223c7efc5fb77da17a4868c551889d2824b0201c..bc4c9c2977502c23b04475c399c5eb964c666251 100644
--- a/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.h
+++ b/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.h
@@ -20,7 +20,7 @@ namespace input_method {
class ModeIndicatorDelegateView : public views::BubbleDelegateView {
public:
ModeIndicatorDelegateView(const gfx::Rect& cursor_bounds,
- const string16& label);
+ const base::string16& label);
virtual ~ModeIndicatorDelegateView();
// Show the mode indicator then hide with fading animation.

Powered by Google App Engine
This is Rietveld 408576698