Index: chrome/browser/chromeos/input_method/input_method_syncer.cc |
diff --git a/chrome/browser/chromeos/input_method/input_method_syncer.cc b/chrome/browser/chromeos/input_method/input_method_syncer.cc |
index 90b2db0a8efa8ceb4db951eb71d58a8deceb1613..970813b003e0b153708497ee25d418f52331722d 100644 |
--- a/chrome/browser/chromeos/input_method/input_method_syncer.cc |
+++ b/chrome/browser/chromeos/input_method/input_method_syncer.cc |
@@ -258,7 +258,7 @@ std::string InputMethodSyncer::AddSupportedInputMethodValues( |
pref_name == prefs::kLanguageEnabledExtensionImes) { |
input_method::InputMethodManager* manager = |
input_method::InputMethodManager::Get(); |
- scoped_ptr<input_method::InputMethodDescriptors> supported_descriptors; |
+ std::unique_ptr<input_method::InputMethodDescriptors> supported_descriptors; |
if (pref_name == prefs::kLanguagePreloadEngines) { |
// Set the known input methods. |