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

Unified Diff: chrome/browser/chromeos/extensions/input_method_event_router.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo Created 9 years, 4 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/extensions/input_method_event_router.cc
diff --git a/chrome/browser/chromeos/extensions/input_method_event_router.cc b/chrome/browser/chromeos/extensions/input_method_event_router.cc
index d31685722e40e44f0cdfca494bb59b225e1a05c2..acce4508f9a657e597685f2e8a04c2fb82c026c0 100644
--- a/chrome/browser/chromeos/extensions/input_method_event_router.cc
+++ b/chrome/browser/chromeos/extensions/input_method_event_router.cc
@@ -74,7 +74,7 @@ void ExtensionInputMethodEventRouter::InputMethodChanged(
ListValue args;
StringValue *input_method_name =
- new StringValue(GetInputMethodForXkb(current_input_method.id()));
+ base::StringValue::New(GetInputMethodForXkb(current_input_method.id()));
args.Append(input_method_name);
std::string args_json;
base::JSONWriter::Write(&args, false, &args_json);
« no previous file with comments | « chrome/browser/chromeos/cros_settings.cc ('k') | chrome/browser/chromeos/login/signed_settings_temp_storage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698