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

Unified Diff: chrome/browser/chromeos/input_method/input_method_delegate_impl.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/input_method_delegate_impl.h
diff --git a/chrome/browser/chromeos/input_method/input_method_delegate_impl.h b/chrome/browser/chromeos/input_method/input_method_delegate_impl.h
index cb15566c2b761157bdef5111465a48dcb336c65c..4d1920a5a82e846f1a69545a207f2cf0dedd9a46 100644
--- a/chrome/browser/chromeos/input_method/input_method_delegate_impl.h
+++ b/chrome/browser/chromeos/input_method/input_method_delegate_impl.h
@@ -22,8 +22,8 @@ class InputMethodDelegateImpl : public InputMethodDelegate {
// InputMethodDelegate implementation.
virtual std::string GetHardwareKeyboardLayout() const OVERRIDE;
- virtual string16 GetLocalizedString(int resource_id) const OVERRIDE;
- virtual string16 GetDisplayLanguageName(
+ virtual base::string16 GetLocalizedString(int resource_id) const OVERRIDE;
+ virtual base::string16 GetDisplayLanguageName(
const std::string& language_code) const OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698