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

Unified Diff: chrome/browser/chromeos/input_method/mode_indicator_controller.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_controller.cc
diff --git a/chrome/browser/chromeos/input_method/mode_indicator_controller.cc b/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
index 820212fddca41d75d7ccf666d4bbb195643841c0..006506e2d966bc6348311a3497e2dc2563b5af55 100644
--- a/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
+++ b/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
@@ -93,7 +93,7 @@ void ModeIndicatorController::ShowModeIndicator() {
// Get the short name of the changed input method (e.g. US, JA, etc.)
const InputMethodDescriptor descriptor = imm_->GetCurrentInputMethod();
- const string16 short_name =
+ const base::string16 short_name =
imm_->GetInputMethodUtil()->GetInputMethodShortName(descriptor);
ModeIndicatorDelegateView* mi_delegate_view =

Powered by Google App Engine
This is Rietveld 408576698