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

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

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.cc
diff --git a/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.cc b/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.cc
index fba0cbce24af8c88976aaa45a14e2e55d573e722..8b15a972d877718f0d8ef7d681547d3b8afcabf6 100644
--- a/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.cc
+++ b/chrome/browser/chromeos/input_method/mode_indicator_delegate_view.cc
@@ -32,7 +32,7 @@ const int kShowingDuration = 500;
ModeIndicatorDelegateView::ModeIndicatorDelegateView(
const gfx::Rect& cursor_bounds,
- const string16& label)
+ const base::string16& label)
: cursor_bounds_(cursor_bounds),
label_view_(new views::Label(label)) {
set_use_focusless(true);

Powered by Google App Engine
This is Rietveld 408576698