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

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

Issue 162723003: Migrate CandidateWindow::Entry to string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browsertest compilation Created 6 years, 10 months 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/candidate_window_controller_impl.h
diff --git a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.h b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.h
index 908a6dbf38da7fce5fa02a7f6ae3171d7ab51a40..dc0d57c92c709f5c2b924e901d61d56a7bf76ce0 100644
--- a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.h
+++ b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.h
@@ -71,7 +71,7 @@ class CandidateWindowControllerImpl
virtual void UpdateLookupTable(
const ui::CandidateWindow& candidate_window,
bool visible) OVERRIDE;
- virtual void UpdatePreeditText(const std::string& utf8_text,
+ virtual void UpdatePreeditText(const base::string16& text,
unsigned int cursor, bool visible) OVERRIDE;
virtual void FocusStateChanged(bool is_focused) OVERRIDE;
« no previous file with comments | « ash/ime/candidate_window_view_unittest.cc ('k') | chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698